0byt3m1n1
Path:
/
data
/
19
/
1
/
82
/
158
/
1897973
/
meta
/
2064981
/
mysql.backup
/
[
Home
]
File: 1_02e3761_0.mysqlcluster3.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster3 Database: 1_02e3761_0 -- ------------------------------------------------------ -- Server version 5.6.43-84.3-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_GDFormAddressFieldOptions` -- DROP TABLE IF EXISTS `wp_GDFormAddressFieldOptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_GDFormAddressFieldOptions` ( `Id` int(11) unsigned NOT NULL AUTO_INCREMENT, `Field` int(11) unsigned NOT NULL, `ShowCountry` int(1) DEFAULT '1', `PlaceholderCountry` int(11) unsigned DEFAULT NULL, `Countries` text, `ShowState` int(1) DEFAULT '1', `ShowCity` int(1) DEFAULT '1', `ShowAddress` int(1) DEFAULT '1', `ShowZip` int(1) DEFAULT '1', `SearchOn` int(1) DEFAULT '1', PRIMARY KEY (`Id`), KEY `Field` (`Field`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_GDFormAddressFieldOptions` -- LOCK TABLES `wp_GDFormAddressFieldOptions` WRITE; /*!40000 ALTER TABLE `wp_GDFormAddressFieldOptions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_GDFormAddressFieldOptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_GDFormCaptchas` -- DROP TABLE IF EXISTS `wp_GDFormCaptchas`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_GDFormCaptchas` ( `Id` int(11) unsigned NOT NULL AUTO_INCREMENT, `Field` int(11) unsigned DEFAULT NULL, `Captcha` varchar(11) DEFAULT NULL, `Created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`Id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_GDFormCaptchas` -- LOCK TABLES `wp_GDFormCaptchas` WRITE; /*!40000 ALTER TABLE `wp_GDFormCaptchas` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_GDFormCaptchas` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_GDFormFieldOptions` -- DROP TABLE IF EXISTS `wp_GDFormFieldOptions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_GDFormFieldOptions` ( `Id` int(11) unsigned NOT NULL AUTO_INCREMENT, `Name` varchar(255) DEFAULT NULL, `Value` varchar(255) DEFAULT NULL, `Field` int(11) unsigned DEFAULT NULL, `Checked` int(1) DEFAULT '0', `Ordering` int(3) DEFAULT '0', `Image` varchar(255) DEFAULT NULL, PRIMARY KEY (`Id`), KEY `Field` (`Field`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_GDFormFieldOptions` -- LOCK TABLES `wp_GDFormFieldOptions` WRITE; /*!40000 ALTER TABLE `wp_GDFormFieldOptions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_GDFormFieldOptions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_GDFormFieldTypes` -- DROP TABLE IF EXISTS `wp_GDFormFieldTypes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_GDFormFieldTypes` ( `Id` int(11) unsigned NOT NULL AUTO_INCREMENT, `Name` text, `IsFree` int(1) DEFAULT '1', PRIMARY KEY (`Id`) ) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_GDFormFieldTypes` -- LOCK TABLES `wp_GDFormFieldTypes` WRITE; /*!40000 ALTER TABLE `wp_GDFormFieldTypes` DISABLE KEYS */; INSERT INTO `wp_GDFormFieldTypes` VALUES (1,'text',1),(2,'email',1),(3,'number',1),(4,'textarea',1),(5,'radio',1),(6,'checkbox',1),(7,'selectbox',1),(8,'date',1),(9,'recaptcha',1),(10,'map',2),(11,'captcha',1),(12,'imageselect',2),(13,'html',1),(14,'password',2),(15,'phone',1),(16,'address',2),(17,'upload',1),(18,'submit',1),(19,'donation',2); /*!40000 ALTER TABLE `wp_GDFormFieldTypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_GDFormFields` -- DROP TABLE IF EXISTS `wp_GDFormFields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_GDFormFields` ( `Id` int(11) unsigned NOT NULL AUTO_INCREMENT, `Form` int(11) unsigned DEFAULT NULL, `Label` varchar(100) DEFAULT NULL, `LabelPosition` int(11) unsigned NOT NULL DEFAULT '1', `Required` int(1) DEFAULT '0', `Disabled` int(1) DEFAULT '0', `Class` varchar(30) DEFAULT NULL, `ContainerClass` varchar(30) DEFAULT NULL, `HelperText` text, `TypeId` int(11) unsigned DEFAULT '1', `DefaultValue` text, `Placeholder` varchar(255) DEFAULT NULL, `Ordering` int(3) DEFAULT '0', `Resizable` int(1) DEFAULT '0', `LimitNumber` int(10) DEFAULT '0', `LimitType` varchar(4) DEFAULT 'char', `LimitText` varchar(100) DEFAULT NULL, `Minimum` float DEFAULT '0', `Maximum` float DEFAULT '10000', `NumberType` varchar(5) DEFAULT 'int', `OptionType` varchar(12) DEFAULT NULL, `MapCenter` varchar(100) DEFAULT '{lat:48.2222,lng:15.2222}', `Draggable` int(1) DEFAULT '1', `RecaptchaType` varchar(8) DEFAULT NULL, `RecaptchaStyle` varchar(5) DEFAULT NULL, `MaskOn` int(1) DEFAULT NULL, `MaskPattern` varchar(100) DEFAULT NULL, `FileTypes` varchar(255) DEFAULT NULL, `UploadSize` int(4) DEFAULT '2', `MultipleUpload` int(1) DEFAULT NULL, `MinDate` varchar(40) DEFAULT NULL, `MaxDate` varchar(40) DEFAULT NULL, `DateFormat` varchar(15) DEFAULT 'dd/mm/yy', `Height` int(4) DEFAULT NULL, `LimitSelected` int(4) DEFAULT NULL, `SearchOn` int(1) DEFAULT '1', `PasswordViewToggle` int(1) DEFAULT '0', PRIMARY KEY (`Id`), KEY `Form` (`Form`), KEY `LabelPosition` (`LabelPosition`), KEY `TypeId` (`TypeId`), CONSTRAINT `wp_GDFormFields_ibfk_1` FOREIGN KEY (`Form`) REFERENCES `wp_GDFormForms` (`Id`) ON DELETE CASCADE, CONSTRAINT `wp_GDFormFields_ibfk_2` FOREIGN KEY (`LabelPosition`) REFERENCES `wp_GDFormLabelPositions` (`Id`) ON DELETE CASCADE, CONSTRAINT `wp_GDFormFields_ibfk_3` FOREIGN KEY (`TypeId`) REFERENCES `wp_GDFormFieldTypes` (`Id`) ON DELETE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_GDFormFields` -- LOCK TABLES `wp_GDFormFields` WRITE; /*!40000 ALTER TABLE `wp_GDFormFields` DISABLE KEYS */; INSERT INTO `wp_GDFormFields` VALUES (1,1,'Choose File',1,0,0,'','','',17,NULL,'',0,0,0,'char',NULL,0,10000,'int',NULL,'{lat:48.2222,lng:15.2222}',1,NULL,NULL,NULL,NULL,'.jpeg,.png,.docx,.pdf,.txt,.csv,.ppt',2,0,NULL,NULL,'dd/mm/yy',NULL,NULL,1,0),(10,1,'Submit',1,0,0,'','','',18,NULL,'',1,0,0,'char',NULL,0,10000,'int',NULL,'{lat:48.2222,lng:15.2222}',1,NULL,NULL,NULL,NULL,NULL,2,NULL,NULL,NULL,'dd/mm/yy',NULL,NULL,1,0); /*!40000 ALTER TABLE `wp_GDFormFields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_GDFormForms` -- DROP TABLE IF EXISTS `wp_GDFormForms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_GDFormForms` ( `Id` int(11) unsigned NOT NULL AUTO_INCREMENT, `Name` text, `DisplayTitle` int(1) unsigned NOT NULL DEFAULT '1', `ActionOnsubmitId` int(11) unsigned NOT NULL DEFAULT '1', `LabelsPositionId` int(11) unsigned NOT NULL DEFAULT '4', `ThemeId` int(5) unsigned NOT NULL DEFAULT '1', `EmailUsers` int(1) unsigned NOT NULL DEFAULT '1', `EmailAdmin` int(1) unsigned NOT NULL DEFAULT '1', `FromEmail` varchar(50) DEFAULT NULL, `FromName` varchar(50) DEFAULT NULL, `UserSubject` varchar(255) DEFAULT 'You Submitted a Form', `AdminSubject` varchar(255) DEFAULT 'A Form Was Submitted on Your Website', `UserMessage` text, `AdminMessage` text, `AdminEmail` varchar(50) DEFAULT NULL, `SuccessMessage` text, `HideFormOnsubmit` int(1) DEFAULT '0', `RedirectUrl` varchar(255) DEFAULT NULL, `EmailFormatError` varchar(100) DEFAULT NULL, `RequiredEmptyError` varchar(100) DEFAULT NULL, `UploadSizeError` varchar(100) DEFAULT NULL, `UploadFormatError` varchar(100) DEFAULT NULL, `SaveSubmissions` int(1) DEFAULT '1', `Recaptcha` varchar(7) DEFAULT NULL, `SubmitNoticeShown` int(1) DEFAULT '0', `IsPreview` int(1) DEFAULT '0', PRIMARY KEY (`Id`), KEY `ThemeId` (`ThemeId`), KEY `LabelsPositionId` (`LabelsPositionId`), KEY `ActionOnsubmitId` (`ActionOnsubmitId`), CONSTRAINT `wp_GDFormForms_ibfk_1` FOREIGN KEY (`ThemeId`) REFERENCES `wp_GDFormThemes` (`Id`), CONSTRAINT `wp_GDFormForms_ibfk_2` FOREIGN KEY (`LabelsPositionId`) REFERENCES `wp_GDFormLabelPositions` (`Id`) ON DELETE CASCADE, CONSTRAINT `wp_GDFormForms_ibfk_3` FOREIGN KEY (`ActionOnsubmitId`) REFERENCES `wp_GDFormOnsubmitActions` (`Id`) ON DELETE CASCADE ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_GDFormForms` -- LOCK TABLES `wp_GDFormForms` WRITE; /*!40000 ALTER TABLE `wp_GDFormForms` DISABLE KEYS */; INSERT INTO `wp_GDFormForms` VALUES (1,'upload-option',1,1,4,1,1,1,'','','You Submitted a Form','A Form Was Submitted on Your Website','<p>Thank You For Your Submission. We will get back to you as soon as possible.</p>','<p>Form Was Submitted on Your Website. [formData]</p>','middleton.ade@gmail.com','<p>Thank You For Contacting Us</p>',0,'','Wrong Email Format','This field is required','Max Upload Size Exceeded','Wrong File Format',1,NULL,1,0); /*!40000 ALTER TABLE `wp_GDFormForms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_GDFormLabelPositions` -- DROP TABLE IF EXISTS `wp_GDFormLabelPositions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_GDFormLabelPositions` ( `Id` int(11) unsigned NOT NULL AUTO_INCREMENT, `Name` text, PRIMARY KEY (`Id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_GDFormLabelPositions` -- LOCK TABLES `wp_GDFormLabelPositions` WRITE; /*!40000 ALTER TABLE `wp_GDFormLabelPositions` DISABLE KEYS */; INSERT INTO `wp_GDFormLabelPositions` VALUES (1,'default'),(2,'left'),(3,'right'),(4,'above'); /*!40000 ALTER TABLE `wp_GDFormLabelPositions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_GDFormOnsubmitActions` -- DROP TABLE IF EXISTS `wp_GDFormOnsubmitActions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_GDFormOnsubmitActions` ( `Id` int(11) unsigned NOT NULL AUTO_INCREMENT, `Name` text, PRIMARY KEY (`Id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_GDFormOnsubmitActions` -- LOCK TABLES `wp_GDFormOnsubmitActions` WRITE; /*!40000 ALTER TABLE `wp_GDFormOnsubmitActions` DISABLE KEYS */; INSERT INTO `wp_GDFormOnsubmitActions` VALUES (1,'Success Message'),(2,'Redirect'),(3,'Reset Form'); /*!40000 ALTER TABLE `wp_GDFormOnsubmitActions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_GDFormSettings` -- DROP TABLE IF EXISTS `wp_GDFormSettings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_GDFormSettings` ( `Id` int(11) unsigned NOT NULL AUTO_INCREMENT, `Name` varchar(50) DEFAULT NULL, `Value` varchar(50) DEFAULT NULL, PRIMARY KEY (`Id`), UNIQUE KEY `Name` (`Name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_GDFormSettings` -- LOCK TABLES `wp_GDFormSettings` WRITE; /*!40000 ALTER TABLE `wp_GDFormSettings` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_GDFormSettings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_GDFormSubmissionFields` -- DROP TABLE IF EXISTS `wp_GDFormSubmissionFields`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_GDFormSubmissionFields` ( `Id` int(11) unsigned NOT NULL AUTO_INCREMENT, `Submission` int(11) unsigned DEFAULT NULL, `Field` int(11) unsigned NOT NULL, `Value` text, PRIMARY KEY (`Id`), KEY `Field` (`Field`), KEY `Submission` (`Submission`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_GDFormSubmissionFields` -- LOCK TABLES `wp_GDFormSubmissionFields` WRITE; /*!40000 ALTER TABLE `wp_GDFormSubmissionFields` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_GDFormSubmissionFields` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_GDFormSubmissions` -- DROP TABLE IF EXISTS `wp_GDFormSubmissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_GDFormSubmissions` ( `Id` int(11) unsigned NOT NULL AUTO_INCREMENT, `Date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `Form` int(11) unsigned DEFAULT NULL, `IpAddress` varchar(39) DEFAULT NULL, `Viewed` int(1) DEFAULT '0', `Spam` int(1) DEFAULT '0', PRIMARY KEY (`Id`), KEY `Form` (`Form`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_GDFormSubmissions` -- LOCK TABLES `wp_GDFormSubmissions` WRITE; /*!40000 ALTER TABLE `wp_GDFormSubmissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_GDFormSubmissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_GDFormThemes` -- DROP TABLE IF EXISTS `wp_GDFormThemes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_GDFormThemes` ( `Id` int(11) unsigned NOT NULL AUTO_INCREMENT, `Name` text, PRIMARY KEY (`Id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_GDFormThemes` -- LOCK TABLES `wp_GDFormThemes` WRITE; /*!40000 ALTER TABLE `wp_GDFormThemes` DISABLE KEYS */; INSERT INTO `wp_GDFormThemes` VALUES (1,'Default'); /*!40000 ALTER TABLE `wp_GDFormThemes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, 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; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2018-02-06 17:51:13','2018-02-06 17:51:13','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=2095 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (2071,'active_plugins','a:2:{i:0;s:81:\"all-in-one-wp-migration-file-extension/all-in-one-wp-migration-file-extension.php\";i:1;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";}','yes'),(2074,'ai1wm_secret_key','pqAcjUkaXAtP','yes'),(2075,'ai1wm_auth_user','','yes'),(2076,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2077,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2078,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2079,'widget_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2080,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2081,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2082,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2083,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2084,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2085,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2086,'widget_text','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2087,'nonce_key','SN)rgli_v(1(D9AsGxY9P`(p 1H<!dUlD+?`h%-,rY<,=4]n!6E+)Je6MBtM*g9^','no'),(2088,'nonce_salt',']q7M6P:PXAOptEP=UC@|K9e_ExO/Q|9OH.}HCM4o3-2zSGKycj4gP^-#2jT_(}+(','no'),(2089,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2090,'widget_rss','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2091,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2092,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2093,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2094,'cron','a:2:{i:1552408006;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}s:7:\"version\";i:2;}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=1904 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (4,7,'_wp_attached_file','2019/01/mcharry-logo.png'),(5,7,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:341;s:6:\"height\";i:44;s:4:\"file\";s:24:\"2019/01/mcharry-logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"mcharry-logo-150x44.png\";s:5:\"width\";i:150;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"mcharry-logo-300x39.png\";s:5:\"width\";i:300;s:6:\"height\";i:39;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6,7,'_wp_attachment_image_alt','MCHarry Associates logo'),(8,9,'_edit_last','1'),(9,9,'_wp_page_template','default'),(10,9,'_et_pb_post_hide_nav','default'),(11,9,'_et_pb_page_layout','et_no_sidebar'),(12,9,'_et_pb_side_nav','off'),(13,9,'_et_pb_use_builder','on'),(14,9,'_et_pb_old_content',''),(15,9,'_edit_lock','1549293752:1'),(16,11,'_edit_last','1'),(17,11,'_edit_lock','1552315993:1'),(18,11,'_wp_page_template','default'),(19,11,'_et_pb_post_hide_nav','default'),(20,11,'_et_pb_page_layout','et_no_sidebar'),(21,11,'_et_pb_side_nav','off'),(22,11,'_et_pb_use_builder','on'),(23,11,'_et_pb_old_content',''),(24,13,'_edit_last','1'),(25,13,'_edit_lock','1552316159:1'),(26,13,'_wp_page_template','default'),(27,13,'_et_pb_post_hide_nav','default'),(28,13,'_et_pb_page_layout','et_no_sidebar'),(29,13,'_et_pb_side_nav','off'),(30,13,'_et_pb_use_builder','on'),(31,13,'_et_pb_old_content',''),(32,15,'_edit_last','1'),(33,15,'_edit_lock','1550504533:1'),(34,15,'_wp_page_template','default'),(35,15,'_et_pb_post_hide_nav','default'),(36,15,'_et_pb_page_layout','et_no_sidebar'),(37,15,'_et_pb_side_nav','off'),(38,15,'_et_pb_use_builder','on'),(39,15,'_et_pb_old_content',''),(43,18,'_menu_item_type','post_type'),(44,18,'_menu_item_menu_item_parent','0'),(45,18,'_menu_item_object_id','15'),(46,18,'_menu_item_object','page'),(47,18,'_menu_item_target',''),(48,18,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(49,18,'_menu_item_xfn',''),(50,18,'_menu_item_url',''),(52,19,'_menu_item_type','post_type'),(53,19,'_menu_item_menu_item_parent','0'),(54,19,'_menu_item_object_id','13'),(55,19,'_menu_item_object','page'),(56,19,'_menu_item_target',''),(57,19,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(58,19,'_menu_item_xfn',''),(59,19,'_menu_item_url',''),(61,20,'_menu_item_type','post_type'),(62,20,'_menu_item_menu_item_parent','0'),(63,20,'_menu_item_object_id','11'),(64,20,'_menu_item_object','page'),(65,20,'_menu_item_target',''),(66,20,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(67,20,'_menu_item_xfn',''),(68,20,'_menu_item_url',''),(129,9,'_et_pb_built_for_post_type','page'),(130,9,'_et_pb_ab_subjects',''),(131,9,'_et_pb_enable_shortcode_tracking',''),(132,9,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"9\" /]'),(133,9,'_et_pb_custom_css',''),(135,9,'_et_builder_version','VB|Divi|3.19.3'),(264,171,'_wp_attached_file','2019/01/mdc-interamerican2-1920px.jpg'),(265,171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:37:\"2019/01/mdc-interamerican2-1920px.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"mdc-interamerican2-1920px-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"mdc-interamerican2-1920px-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"mdc-interamerican2-1920px-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"mdc-interamerican2-1920px-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:37:\"mdc-interamerican2-1920px-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:38:\"mdc-interamerican2-1920px-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:37:\"mdc-interamerican2-1920px-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:37:\"mdc-interamerican2-1920px-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:38:\"mdc-interamerican2-1920px-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:37:\"mdc-interamerican2-1920px-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(266,171,'_wp_attachment_image_alt','MDC Interamerican'),(349,256,'_wp_attached_file','2019/01/mdc-interamerican-1920px.jpg'),(350,256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:36:\"2019/01/mdc-interamerican-1920px.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"mdc-interamerican-1920px-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"mdc-interamerican-1920px-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"mdc-interamerican-1920px-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"mdc-interamerican-1920px-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:36:\"mdc-interamerican-1920px-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:37:\"mdc-interamerican-1920px-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:36:\"mdc-interamerican-1920px-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:36:\"mdc-interamerican-1920px-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:37:\"mdc-interamerican-1920px-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:36:\"mdc-interamerican-1920px-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(351,256,'_wp_attachment_image_alt','MDC Interamerican (Building)'),(353,260,'_wp_attached_file','2019/01/view-along-pinkston-drive-1920px.jpg'),(354,260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:44:\"2019/01/view-along-pinkston-drive-1920px.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"view-along-pinkston-drive-1920px-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"view-along-pinkston-drive-1920px-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"view-along-pinkston-drive-1920px-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"view-along-pinkston-drive-1920px-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:44:\"view-along-pinkston-drive-1920px-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:45:\"view-along-pinkston-drive-1920px-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:44:\"view-along-pinkston-drive-1920px-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:44:\"view-along-pinkston-drive-1920px-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:45:\"view-along-pinkston-drive-1920px-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:44:\"view-along-pinkston-drive-1920px-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(355,260,'_wp_attachment_image_alt','view-along-pinkston-drive'),(356,261,'_wp_attached_file','2019/01/3307-01-1998-dan-forer-1920px.jpg'),(357,261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:41:\"2019/01/3307-01-1998-dan-forer-1920px.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"3307-01-1998-dan-forer-1920px-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"3307-01-1998-dan-forer-1920px-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:41:\"3307-01-1998-dan-forer-1920px-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"3307-01-1998-dan-forer-1920px-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:41:\"3307-01-1998-dan-forer-1920px-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:42:\"3307-01-1998-dan-forer-1920px-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:41:\"3307-01-1998-dan-forer-1920px-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:41:\"3307-01-1998-dan-forer-1920px-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:42:\"3307-01-1998-dan-forer-1920px-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:41:\"3307-01-1998-dan-forer-1920px-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(358,261,'_wp_attachment_image_alt','3307-01-1998-dan-forer'),(362,263,'_wp_attached_file','2019/01/swsh-1920px.jpg'),(363,263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2019/01/swsh-1920px.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"swsh-1920px-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"swsh-1920px-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"swsh-1920px-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"swsh-1920px-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"swsh-1920px-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"swsh-1920px-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"swsh-1920px-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"swsh-1920px-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"swsh-1920px-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"swsh-1920px-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(364,263,'_wp_attachment_image_alt','swsh-1920px'),(369,267,'_wp_attached_file','2019/01/kwch-1920px.jpg'),(370,267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:23:\"2019/01/kwch-1920px.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"kwch-1920px-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"kwch-1920px-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"kwch-1920px-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"kwch-1920px-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"kwch-1920px-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"kwch-1920px-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"kwch-1920px-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"kwch-1920px-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"kwch-1920px-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"kwch-1920px-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(371,267,'_wp_attachment_image_alt','KWCH'),(372,268,'_wp_attached_file','2019/01/ntd-model1-1920px.jpg'),(373,268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2019/01/ntd-model1-1920px.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ntd-model1-1920px-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"ntd-model1-1920px-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"ntd-model1-1920px-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"ntd-model1-1920px-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"ntd-model1-1920px-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:30:\"ntd-model1-1920px-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"ntd-model1-1920px-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"ntd-model1-1920px-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:30:\"ntd-model1-1920px-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"ntd-model1-1920px-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(374,269,'_wp_attached_file','2019/01/dusk3-1920px.jpg'),(375,269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2019/01/dusk3-1920px.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dusk3-1920px-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"dusk3-1920px-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"dusk3-1920px-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"dusk3-1920px-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"dusk3-1920px-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"dusk3-1920px-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"dusk3-1920px-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"dusk3-1920px-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"dusk3-1920px-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"dusk3-1920px-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(376,269,'_wp_attachment_image_alt','DUSK 3'),(377,270,'_wp_attached_file','2019/01/mdc-science-gillan-2010-018-1920px.jpg'),(378,270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:46:\"2019/01/mdc-science-gillan-2010-018-1920px.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"mdc-science-gillan-2010-018-1920px-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"mdc-science-gillan-2010-018-1920px-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:46:\"mdc-science-gillan-2010-018-1920px-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"mdc-science-gillan-2010-018-1920px-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:46:\"mdc-science-gillan-2010-018-1920px-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:47:\"mdc-science-gillan-2010-018-1920px-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:46:\"mdc-science-gillan-2010-018-1920px-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:46:\"mdc-science-gillan-2010-018-1920px-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:47:\"mdc-science-gillan-2010-018-1920px-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:46:\"mdc-science-gillan-2010-018-1920px-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(379,271,'_wp_attached_file','2019/01/atlantic-sapphire-1920px.jpg'),(380,271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:36:\"2019/01/atlantic-sapphire-1920px.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"atlantic-sapphire-1920px-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"atlantic-sapphire-1920px-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"atlantic-sapphire-1920px-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"atlantic-sapphire-1920px-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:36:\"atlantic-sapphire-1920px-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:37:\"atlantic-sapphire-1920px-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:36:\"atlantic-sapphire-1920px-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:36:\"atlantic-sapphire-1920px-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:37:\"atlantic-sapphire-1920px-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:36:\"atlantic-sapphire-1920px-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(381,271,'_wp_attachment_image_alt','atlantic-sapphire-'),(383,274,'_wp_attached_file','2019/01/dcps-prototypes-cropped-1920px.jpg'),(384,274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:42:\"2019/01/dcps-prototypes-cropped-1920px.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"dcps-prototypes-cropped-1920px-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"dcps-prototypes-cropped-1920px-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"dcps-prototypes-cropped-1920px-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"dcps-prototypes-cropped-1920px-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:42:\"dcps-prototypes-cropped-1920px-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:43:\"dcps-prototypes-cropped-1920px-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:42:\"dcps-prototypes-cropped-1920px-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:42:\"dcps-prototypes-cropped-1920px-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:43:\"dcps-prototypes-cropped-1920px-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:42:\"dcps-prototypes-cropped-1920px-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(385,274,'_wp_attachment_image_alt','DCPS Prototypes'),(386,276,'_wp_attached_file','2019/01/4153-06-c2017-dan-forer-cropped-1920px.jpg'),(387,276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:50:\"2019/01/4153-06-c2017-dan-forer-cropped-1920px.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"4153-06-c2017-dan-forer-cropped-1920px-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"4153-06-c2017-dan-forer-cropped-1920px-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"4153-06-c2017-dan-forer-cropped-1920px-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"4153-06-c2017-dan-forer-cropped-1920px-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:50:\"4153-06-c2017-dan-forer-cropped-1920px-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:51:\"4153-06-c2017-dan-forer-cropped-1920px-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:50:\"4153-06-c2017-dan-forer-cropped-1920px-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:50:\"4153-06-c2017-dan-forer-cropped-1920px-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:51:\"4153-06-c2017-dan-forer-cropped-1920px-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:50:\"4153-06-c2017-dan-forer-cropped-1920px-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(388,276,'_wp_attachment_image_alt',''),(390,279,'_wp_attached_file','2019/01/home-header-opaque-bg2.png'),(391,279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:87;s:4:\"file\";s:34:\"2019/01/home-header-opaque-bg2.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"home-header-opaque-bg2-150x87.png\";s:5:\"width\";i:150;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"home-header-opaque-bg2-300x22.png\";s:5:\"width\";i:300;s:6:\"height\";i:22;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"home-header-opaque-bg2-768x56.png\";s:5:\"width\";i:768;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"home-header-opaque-bg2-1024x74.png\";s:5:\"width\";i:1024;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"home-header-opaque-bg2-400x87.png\";s:5:\"width\";i:400;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:34:\"home-header-opaque-bg2-1080x87.png\";s:5:\"width\";i:1080;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"home-header-opaque-bg2-400x87.png\";s:5:\"width\";i:400;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"home-header-opaque-bg2-510x87.png\";s:5:\"width\";i:510;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:34:\"home-header-opaque-bg2-1080x78.png\";s:5:\"width\";i:1080;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"home-header-opaque-bg2-400x87.png\";s:5:\"width\";i:400;s:6:\"height\";i:87;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(405,13,'_et_pb_built_for_post_type','page'),(406,13,'_et_pb_ab_subjects',''),(407,13,'_et_pb_enable_shortcode_tracking',''),(408,13,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"13\" /]'),(409,13,'_et_pb_custom_css',''),(411,13,'_et_builder_version','VB|Divi|3.19.3'),(412,13,'_et_pb_show_page_creation','off'),(417,303,'_wp_attached_file','2019/01/mcha-logo.jpg'),(418,303,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2687;s:6:\"height\";i:560;s:4:\"file\";s:21:\"2019/01/mcha-logo.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"mcha-logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"mcha-logo-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"mcha-logo-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"mcha-logo-1024x213.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"mcha-logo-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"mcha-logo-1080x560.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"mcha-logo-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"mcha-logo-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:22:\"mcha-logo-1080x225.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"mcha-logo-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(419,303,'_wp_attachment_image_alt','MCHA Logo'),(421,305,'_wp_attached_file','2019/01/black-architects-in-the-making.jpg'),(422,305,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1047;s:6:\"height\";i:348;s:4:\"file\";s:42:\"2019/01/black-architects-in-the-making.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"black-architects-in-the-making-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"black-architects-in-the-making-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"black-architects-in-the-making-768x255.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"black-architects-in-the-making-1024x340.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:42:\"black-architects-in-the-making-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:42:\"black-architects-in-the-making-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:42:\"black-architects-in-the-making-510x348.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:42:\"black-architects-in-the-making-400x348.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(423,305,'_wp_attachment_image_alt','black architects in the making'),(479,378,'_wp_attached_file','2019/01/mcharryassociates-logo.png'),(480,378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2556;s:6:\"height\";i:429;s:4:\"file\";s:34:\"2019/01/mcharryassociates-logo.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"mcharryassociates-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"mcharryassociates-logo-300x50.png\";s:5:\"width\";i:300;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"mcharryassociates-logo-768x129.png\";s:5:\"width\";i:768;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"mcharryassociates-logo-1024x172.png\";s:5:\"width\";i:1024;s:6:\"height\";i:172;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"mcharryassociates-logo-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:35:\"mcharryassociates-logo-1080x429.png\";s:5:\"width\";i:1080;s:6:\"height\";i:429;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"mcharryassociates-logo-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"mcharryassociates-logo-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:35:\"mcharryassociates-logo-1080x181.png\";s:5:\"width\";i:1080;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"mcharryassociates-logo-400x429.png\";s:5:\"width\";i:400;s:6:\"height\";i:429;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(481,378,'_wp_attachment_image_alt','MCHarry Associates'),(510,395,'_wp_attached_file','2019/01/mcharry-logo-350px.png'),(511,395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:59;s:4:\"file\";s:30:\"2019/01/mcharry-logo-350px.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"mcharry-logo-350px-150x59.png\";s:5:\"width\";i:150;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"mcharry-logo-350px-300x51.png\";s:5:\"width\";i:300;s:6:\"height\";i:51;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(512,395,'_wp_attachment_image_alt','MCH Logo'),(517,399,'_wp_attached_file','2019/01/community-img2.jpg'),(518,399,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:485;s:6:\"height\";i:284;s:4:\"file\";s:26:\"2019/01/community-img2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"community-img2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"community-img2-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"community-img2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"community-img2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"community-img2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(519,399,'_wp_attachment_image_alt','community-img2'),(521,401,'_wp_attached_file','2019/01/community-img3.jpg'),(522,401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:485;s:6:\"height\";i:284;s:4:\"file\";s:26:\"2019/01/community-img3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"community-img3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"community-img3-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"community-img3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"community-img3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"community-img3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(523,401,'_wp_attachment_image_alt','community-img3'),(527,409,'_wp_attached_file','2019/01/home-header-opaque-background.png'),(528,409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:105;s:4:\"file\";s:41:\"2019/01/home-header-opaque-background.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"home-header-opaque-background-150x105.png\";s:5:\"width\";i:150;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"home-header-opaque-background-300x26.png\";s:5:\"width\";i:300;s:6:\"height\";i:26;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"home-header-opaque-background-768x67.png\";s:5:\"width\";i:768;s:6:\"height\";i:67;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"home-header-opaque-background-1024x90.png\";s:5:\"width\";i:1024;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:41:\"home-header-opaque-background-400x105.png\";s:5:\"width\";i:400;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:42:\"home-header-opaque-background-1080x105.png\";s:5:\"width\";i:1080;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:41:\"home-header-opaque-background-400x105.png\";s:5:\"width\";i:400;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:41:\"home-header-opaque-background-510x105.png\";s:5:\"width\";i:510;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:41:\"home-header-opaque-background-1080x95.png\";s:5:\"width\";i:1080;s:6:\"height\";i:95;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:41:\"home-header-opaque-background-400x105.png\";s:5:\"width\";i:400;s:6:\"height\";i:105;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(541,422,'_wp_attached_file','2019/01/community-video-clip.jpg'),(542,422,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1050;s:6:\"height\";i:417;s:4:\"file\";s:32:\"2019/01/community-video-clip.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"community-video-clip-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"community-video-clip-300x119.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"community-video-clip-768x305.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"community-video-clip-1024x407.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"community-video-clip-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"community-video-clip-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"community-video-clip-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"community-video-clip-400x417.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(543,422,'_wp_attachment_image_alt','community-video-clip'),(573,466,'_wp_attached_file','2019/01/community-img5.jpg'),(574,466,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:485;s:6:\"height\";i:284;s:4:\"file\";s:26:\"2019/01/community-img5.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"community-img5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"community-img5-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"community-img5-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"community-img5-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"community-img5-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(575,466,'_wp_attachment_image_alt','community-img5'),(576,467,'_wp_attached_file','2019/01/community-img4.jpg'),(577,467,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1047;s:6:\"height\";i:348;s:4:\"file\";s:26:\"2019/01/community-img4.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"community-img4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"community-img4-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"community-img4-768x255.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"community-img4-1024x340.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"community-img4-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"community-img4-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"community-img4-510x348.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"community-img4-400x348.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(578,467,'_wp_attachment_image_alt','community-img4'),(588,487,'_et_pb_built_for_post_type','page'),(589,15,'_et_pb_built_for_post_type','page'),(590,15,'_et_pb_ab_subjects',''),(591,15,'_et_pb_enable_shortcode_tracking',''),(592,15,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"15\" /]'),(593,15,'_et_pb_custom_css',''),(595,15,'_et_builder_version','VB|Divi|3.19.3'),(596,15,'_et_pb_show_page_creation','off'),(608,496,'_menu_item_type','custom'),(609,496,'_menu_item_menu_item_parent','0'),(610,496,'_menu_item_object_id','496'),(611,496,'_menu_item_object','custom'),(612,496,'_menu_item_target',''),(613,496,'_menu_item_classes','a:1:{i:0;s:15:\"community-links\";}'),(614,496,'_menu_item_xfn',''),(615,496,'_menu_item_url','#bam'),(624,505,'_wp_attached_file','2019/01/mchlogo-350px.png'),(625,505,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:350;s:6:\"height\";i:56;s:4:\"file\";s:25:\"2019/01/mchlogo-350px.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"mchlogo-350px-150x56.png\";s:5:\"width\";i:150;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"mchlogo-350px-300x48.png\";s:5:\"width\";i:300;s:6:\"height\";i:48;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(626,505,'_wp_attachment_image_alt','MCHA'),(658,533,'_edit_last','1'),(659,533,'_wp_page_template','default'),(660,533,'_et_pb_post_hide_nav','default'),(661,533,'_et_pb_page_layout','et_right_sidebar'),(662,533,'_et_pb_side_nav','off'),(663,533,'_et_pb_use_builder',''),(664,533,'_et_pb_old_content',''),(665,533,'_edit_lock','1548700629:1'),(668,535,'_edit_last','1'),(669,535,'_wp_page_template','default'),(670,535,'_et_pb_post_hide_nav','default'),(671,535,'_et_pb_page_layout','et_right_sidebar'),(672,535,'_et_pb_side_nav','off'),(673,535,'_et_pb_use_builder',''),(674,535,'_et_pb_old_content',''),(675,535,'_edit_lock','1548698445:1'),(700,578,'_wp_attached_file','2019/01/SBC.jpg'),(701,578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:840;s:4:\"file\";s:15:\"2019/01/SBC.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"SBC-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"SBC-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:15:\"SBC-768x336.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"SBC-1024x448.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:15:\"SBC-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:16:\"SBC-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:15:\"SBC-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:15:\"SBC-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:16:\"SBC-1080x473.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:15:\"SBC-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(721,600,'_wp_attached_file','2019/01/profile-bg-pic.jpg'),(722,600,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1047;s:6:\"height\";i:348;s:4:\"file\";s:26:\"2019/01/profile-bg-pic.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"profile-bg-pic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"profile-bg-pic-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"profile-bg-pic-768x255.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"profile-bg-pic-1024x340.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"profile-bg-pic-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"profile-bg-pic-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"profile-bg-pic-510x348.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"profile-bg-pic-400x348.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(723,600,'_wp_attachment_image_alt','profile-bg-pic'),(725,603,'_wp_attached_file','2019/01/map-bg-pic.jpg'),(726,603,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1046;s:6:\"height\";i:350;s:4:\"file\";s:22:\"2019/01/map-bg-pic.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"map-bg-pic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"map-bg-pic-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"map-bg-pic-768x257.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"map-bg-pic-1024x343.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"map-bg-pic-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"map-bg-pic-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"map-bg-pic-510x350.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"map-bg-pic-400x350.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(727,603,'_wp_attachment_image_alt','map-bg-pic'),(732,617,'_wp_attached_file','2019/01/team-bg-pic.jpg'),(733,617,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1047;s:6:\"height\";i:348;s:4:\"file\";s:23:\"2019/01/team-bg-pic.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"team-bg-pic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"team-bg-pic-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"team-bg-pic-768x255.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"team-bg-pic-1024x340.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"team-bg-pic-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"team-bg-pic-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"team-bg-pic-510x348.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"team-bg-pic-400x348.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(734,617,'_wp_attachment_image_alt','team-bg-pic'),(737,621,'_wp_attached_file','2019/01/tmc-bio-pic.jpg'),(738,621,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:231;s:6:\"height\";i:288;s:4:\"file\";s:23:\"2019/01/tmc-bio-pic.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"tmc-bio-pic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"tmc-bio-pic-231x250.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"tmc-bio-pic-231x284.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(740,625,'_wp_attached_file','2019/01/ls-bio-pic.jpg'),(741,625,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:231;s:6:\"height\";i:288;s:4:\"file\";s:22:\"2019/01/ls-bio-pic.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"ls-bio-pic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"ls-bio-pic-231x250.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"ls-bio-pic-231x284.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(742,625,'_wp_attachment_image_alt','ls-bio-pic'),(743,626,'_wp_attached_file','2019/01/ca-bio-pic.jpg'),(744,626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:231;s:6:\"height\";i:288;s:4:\"file\";s:22:\"2019/01/ca-bio-pic.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"ca-bio-pic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"ca-bio-pic-231x250.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"ca-bio-pic-231x284.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(745,626,'_wp_attachment_image_alt','ca-bio-pic'),(746,627,'_wp_attached_file','2019/01/jw-bio-pic.jpg'),(747,627,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:231;s:6:\"height\";i:288;s:4:\"file\";s:22:\"2019/01/jw-bio-pic.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"jw-bio-pic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"jw-bio-pic-231x250.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"jw-bio-pic-231x284.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(748,627,'_wp_attachment_image_alt','jw-bio-pic'),(750,630,'_wp_attached_file','2019/01/employment-bg-pic.jpg'),(751,630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1041;s:6:\"height\";i:348;s:4:\"file\";s:29:\"2019/01/employment-bg-pic.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"employment-bg-pic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"employment-bg-pic-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"employment-bg-pic-768x257.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"employment-bg-pic-1024x342.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"employment-bg-pic-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"employment-bg-pic-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"employment-bg-pic-510x348.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"employment-bg-pic-400x348.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(752,630,'_wp_attachment_image_alt','employment-bg-pic'),(753,631,'_wp_attached_file','2019/01/recognition-bg-pic.jpg'),(754,631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1046;s:6:\"height\";i:348;s:4:\"file\";s:30:\"2019/01/recognition-bg-pic.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"recognition-bg-pic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"recognition-bg-pic-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"recognition-bg-pic-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"recognition-bg-pic-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"recognition-bg-pic-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"recognition-bg-pic-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"recognition-bg-pic-510x348.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"recognition-bg-pic-400x348.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(755,631,'_wp_attachment_image_alt','recognition-bg-pic'),(757,633,'_wp_attached_file','2019/01/clients-bg-pic.jpg'),(758,633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1046;s:6:\"height\";i:348;s:4:\"file\";s:26:\"2019/01/clients-bg-pic.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"clients-bg-pic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"clients-bg-pic-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"clients-bg-pic-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"clients-bg-pic-1024x341.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"clients-bg-pic-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"clients-bg-pic-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"clients-bg-pic-510x348.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"clients-bg-pic-400x348.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(759,633,'_wp_attachment_image_alt','clients-bg-pic'),(765,641,'_edit_last','1'),(766,641,'_edit_lock','1550071609:1'),(767,641,'_et_pb_post_hide_nav','default'),(768,641,'_et_pb_project_nav','off'),(769,641,'_et_pb_page_layout','et_no_sidebar'),(770,641,'_et_pb_side_nav','off'),(771,641,'_et_pb_use_builder','on'),(772,641,'_et_pb_old_content','Test Project'),(773,11,'_et_pb_built_for_post_type','page'),(774,11,'_et_pb_ab_subjects',''),(775,11,'_et_pb_enable_shortcode_tracking',''),(776,11,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"11\" /]'),(777,11,'_et_pb_custom_css',''),(779,11,'_et_builder_version','VB|Divi|3.19.10'),(780,11,'_et_pb_show_page_creation','off'),(782,641,'_thumbnail_id','270'),(793,660,'_edit_last','1'),(794,660,'_edit_lock','1550072292:1'),(795,660,'_et_pb_post_hide_nav','default'),(796,660,'_et_pb_project_nav','off'),(797,660,'_et_pb_page_layout','et_no_sidebar'),(798,660,'_et_pb_side_nav','off'),(799,660,'_et_pb_use_builder','on'),(800,660,'_et_pb_old_content','Test Project 2'),(801,660,'_thumbnail_id','267'),(802,662,'_edit_last','1'),(803,662,'_edit_lock','1550072123:1'),(804,662,'_thumbnail_id','261'),(805,662,'_et_pb_post_hide_nav','default'),(806,662,'_et_pb_project_nav','off'),(807,662,'_et_pb_page_layout','et_no_sidebar'),(808,662,'_et_pb_side_nav','off'),(809,662,'_et_pb_use_builder','on'),(810,662,'_et_pb_old_content','Test Project 3'),(829,680,'_wp_attached_file','2019/02/AV-NTD-FIS-4-cropped.jpg'),(830,680,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:762;s:4:\"file\";s:32:\"2019/02/AV-NTD-FIS-4-cropped.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"AV-NTD-FIS-4-cropped-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"AV-NTD-FIS-4-cropped-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"AV-NTD-FIS-4-cropped-768x390.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"AV-NTD-FIS-4-cropped-1024x520.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"AV-NTD-FIS-4-cropped-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:33:\"AV-NTD-FIS-4-cropped-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"AV-NTD-FIS-4-cropped-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"AV-NTD-FIS-4-cropped-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:33:\"AV-NTD-FIS-4-cropped-1080x549.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"AV-NTD-FIS-4-cropped-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:9:\"Dan Forer\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:22:\"M C Harry - Architects\";s:17:\"created_timestamp\";s:10:\"1097452800\";s:9:\"copyright\";s:16:\"©2012 Dan Forer\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.5\";s:5:\"title\";s:7:\"MIA FIS\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(831,681,'_wp_attached_file','2019/02/HE-FIU-StartUp-6-cropped.jpg'),(832,681,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:788;s:4:\"file\";s:36:\"2019/02/HE-FIU-StartUp-6-cropped.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"HE-FIU-StartUp-6-cropped-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"HE-FIU-StartUp-6-cropped-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"HE-FIU-StartUp-6-cropped-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"HE-FIU-StartUp-6-cropped-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:36:\"HE-FIU-StartUp-6-cropped-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:37:\"HE-FIU-StartUp-6-cropped-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:36:\"HE-FIU-StartUp-6-cropped-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:36:\"HE-FIU-StartUp-6-cropped-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:37:\"HE-FIU-StartUp-6-cropped-1080x567.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:567;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:36:\"HE-FIU-StartUp-6-cropped-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:9:\"Dan Forer\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1490643362\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:3:\"0.6\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(840,691,'_wp_attached_file','2019/02/1-MDC-Interamerican-cropped.jpg'),(841,691,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5934;s:6:\"height\";i:2620;s:4:\"file\";s:39:\"2019/02/1-MDC-Interamerican-cropped.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"1-MDC-Interamerican-cropped-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"1-MDC-Interamerican-cropped-300x132.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"1-MDC-Interamerican-cropped-768x339.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"1-MDC-Interamerican-cropped-1024x452.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:39:\"1-MDC-Interamerican-cropped-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:40:\"1-MDC-Interamerican-cropped-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:39:\"1-MDC-Interamerican-cropped-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:39:\"1-MDC-Interamerican-cropped-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:40:\"1-MDC-Interamerican-cropped-1080x477.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:477;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:39:\"1-MDC-Interamerican-cropped-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:41:\"1-MDC-Interamerican-cropped-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:9:\"Dan Forer\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1500857673\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:3:\"0.6\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(845,696,'_wp_attached_file','2019/02/2-mdc-cropped.jpg'),(846,696,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:874;s:4:\"file\";s:25:\"2019/02/2-mdc-cropped.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"2-mdc-cropped-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"2-mdc-cropped-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"2-mdc-cropped-768x447.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"2-mdc-cropped-1024x597.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:597;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"2-mdc-cropped-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"2-mdc-cropped-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"2-mdc-cropped-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"2-mdc-cropped-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:26:\"2-mdc-cropped-1080x629.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:629;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"2-mdc-cropped-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:9:\"Dan Forer\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1500422400\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(848,699,'_wp_attached_file','2019/02/HIS-DCCH-Exterior.jpg'),(849,699,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:785;s:4:\"file\";s:29:\"2019/02/HIS-DCCH-Exterior.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"HIS-DCCH-Exterior-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"HIS-DCCH-Exterior-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"HIS-DCCH-Exterior-768x402.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"HIS-DCCH-Exterior-1024x536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"HIS-DCCH-Exterior-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:30:\"HIS-DCCH-Exterior-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"HIS-DCCH-Exterior-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"HIS-DCCH-Exterior-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:30:\"HIS-DCCH-Exterior-1080x565.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:565;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"HIS-DCCH-Exterior-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(851,701,'_wp_attached_file','2019/02/3-NW-View-along-Pinkston-Dr-cropped2.jpg'),(852,701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:890;s:4:\"file\";s:48:\"2019/02/3-NW-View-along-Pinkston-Dr-cropped2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"3-NW-View-along-Pinkston-Dr-cropped2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"3-NW-View-along-Pinkston-Dr-cropped2-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:48:\"3-NW-View-along-Pinkston-Dr-cropped2-768x356.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:49:\"3-NW-View-along-Pinkston-Dr-cropped2-1024x475.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:48:\"3-NW-View-along-Pinkston-Dr-cropped2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:49:\"3-NW-View-along-Pinkston-Dr-cropped2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:48:\"3-NW-View-along-Pinkston-Dr-cropped2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:48:\"3-NW-View-along-Pinkston-Dr-cropped2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:49:\"3-NW-View-along-Pinkston-Dr-cropped2-1080x501.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:48:\"3-NW-View-along-Pinkston-Dr-cropped2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(854,705,'_wp_attached_file','2019/02/FOTT17-276.jpg'),(855,705,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:4:\"file\";s:22:\"2019/02/FOTT17-276.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"FOTT17-276-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"FOTT17-276-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"FOTT17-276-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"FOTT17-276-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"FOTT17-276-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"FOTT17-276-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"FOTT17-276-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"FOTT17-276-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"FOTT17-276-1080x721.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"FOTT17-276-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(858,708,'_wp_attached_file','2019/02/0.jpg'),(859,708,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1683;s:6:\"height\";i:536;s:4:\"file\";s:13:\"2019/02/0.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:12:\"0-300x96.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:13:\"0-768x245.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:14:\"0-1024x326.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:13:\"0-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:14:\"0-1080x536.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:13:\"0-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:13:\"0-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:14:\"0-1080x344.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:13:\"0-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(864,714,'_wp_attached_file','2019/02/00.jpg'),(865,714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1683;s:6:\"height\";i:536;s:4:\"file\";s:14:\"2019/02/00.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"00-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:13:\"00-300x96.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:96;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"00-768x245.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"00-1024x326.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:14:\"00-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:15:\"00-1080x536.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:14:\"00-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:14:\"00-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:15:\"00-1080x344.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:14:\"00-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(867,717,'_wp_attached_file','2019/02/bam.jpg'),(868,717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:759;s:6:\"height\";i:519;s:4:\"file\";s:15:\"2019/02/bam.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"bam-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"bam-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:15:\"bam-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:15:\"bam-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:15:\"bam-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:15:\"bam-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(872,721,'_wp_attached_file','2019/02/rawpixel-558597-unsplash.jpg'),(873,721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:6765;s:6:\"height\";i:4515;s:4:\"file\";s:36:\"2019/02/rawpixel-558597-unsplash.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"rawpixel-558597-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"rawpixel-558597-unsplash-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"rawpixel-558597-unsplash-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"rawpixel-558597-unsplash-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:36:\"rawpixel-558597-unsplash-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:37:\"rawpixel-558597-unsplash-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:36:\"rawpixel-558597-unsplash-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:36:\"rawpixel-558597-unsplash-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:37:\"rawpixel-558597-unsplash-1080x721.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:36:\"rawpixel-558597-unsplash-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"et-pb-post-main-image-fullwidth-large\";a:4:{s:4:\"file\";s:38:\"rawpixel-558597-unsplash-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(874,722,'_wp_attached_file','2019/02/Community-Header1.jpg'),(875,722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1935;s:6:\"height\";i:1290;s:4:\"file\";s:29:\"2019/02/Community-Header1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Community-Header1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Community-Header1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Community-Header1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Community-Header1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"Community-Header1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:30:\"Community-Header1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"Community-Header1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"Community-Header1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:30:\"Community-Header1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"Community-Header1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(877,726,'_wp_attached_file','2019/02/MDC-Int.jpg'),(878,726,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:840;s:4:\"file\";s:19:\"2019/02/MDC-Int.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"MDC-Int-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"MDC-Int-300x131.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:131;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"MDC-Int-768x336.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:336;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"MDC-Int-1024x448.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"MDC-Int-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"MDC-Int-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"MDC-Int-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"MDC-Int-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:20:\"MDC-Int-1080x473.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:473;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"MDC-Int-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(881,728,'_wp_attached_file','2019/02/BAM-HEader.jpg'),(882,728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:639;s:4:\"file\";s:22:\"2019/02/BAM-HEader.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"BAM-HEader-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"BAM-HEader-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"BAM-HEader-768x327.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"BAM-HEader-1024x436.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"BAM-HEader-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"BAM-HEader-1080x639.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"BAM-HEader-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"BAM-HEader-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"BAM-HEader-1080x460.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"BAM-HEader-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:9:\"Dan Forer\";s:6:\"camera\";s:22:\"Canon EOS-1Ds Mark III\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1490624768\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:1:\"1\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(884,731,'_wp_attached_file','2019/02/Courthouse-cropped2.jpg'),(885,731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2275;s:6:\"height\";i:943;s:4:\"file\";s:31:\"2019/02/Courthouse-cropped2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Courthouse-cropped2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Courthouse-cropped2-300x124.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:124;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Courthouse-cropped2-768x318.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Courthouse-cropped2-1024x424.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"Courthouse-cropped2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"Courthouse-cropped2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"Courthouse-cropped2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"Courthouse-cropped2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:32:\"Courthouse-cropped2-1080x448.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"Courthouse-cropped2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(888,737,'_wp_attached_file','2019/02/Community-Header-Vizcaya.jpg'),(889,737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:682;s:4:\"file\";s:36:\"2019/02/Community-Header-Vizcaya.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Community-Header-Vizcaya-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Community-Header-Vizcaya-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Community-Header-Vizcaya-768x436.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Community-Header-Vizcaya-1024x582.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:582;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:36:\"Community-Header-Vizcaya-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:37:\"Community-Header-Vizcaya-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:36:\"Community-Header-Vizcaya-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:36:\"Community-Header-Vizcaya-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:37:\"Community-Header-Vizcaya-1080x614.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:36:\"Community-Header-Vizcaya-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(941,641,'_et_pb_built_for_post_type','page'),(942,641,'_et_pb_ab_subjects',''),(943,641,'_et_pb_enable_shortcode_tracking',''),(944,641,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"641\" /]'),(945,641,'_et_pb_custom_css',''),(946,641,'_et_builder_version','VB|Divi|3.19.10'),(947,641,'_et_pb_show_page_creation','off'),(980,840,'_edit_lock','1549873920:1'),(981,840,'_wp_trash_meta_status','publish'),(982,840,'_wp_trash_meta_time','1549873930'),(983,844,'_wp_trash_meta_status','publish'),(984,844,'_wp_trash_meta_time','1549874033'),(985,850,'_wp_trash_meta_status','publish'),(986,850,'_wp_trash_meta_time','1549874344'),(987,854,'_wp_trash_meta_status','publish'),(988,854,'_wp_trash_meta_time','1549874622'),(991,859,'_wp_trash_meta_status','publish'),(992,859,'_wp_trash_meta_time','1549878071'),(993,861,'_wp_trash_meta_status','publish'),(994,861,'_wp_trash_meta_time','1549878361'),(995,863,'_wp_trash_meta_status','publish'),(996,863,'_wp_trash_meta_time','1549878571'),(997,865,'_edit_lock','1549878721:1'),(998,865,'_wp_trash_meta_status','publish'),(999,865,'_wp_trash_meta_time','1549878731'),(1009,868,'_wp_trash_meta_status','publish'),(1010,868,'_wp_trash_meta_time','1549879971'),(1011,870,'_wp_trash_meta_status','publish'),(1012,870,'_wp_trash_meta_time','1549880336'),(1017,881,'_wp_trash_meta_status','publish'),(1018,881,'_wp_trash_meta_time','1549882787'),(1026,899,'_menu_item_type','custom'),(1027,899,'_menu_item_menu_item_parent','0'),(1028,899,'_menu_item_object_id','899'),(1029,899,'_menu_item_object','custom'),(1030,899,'_menu_item_target',''),(1031,899,'_menu_item_classes','a:1:{i:0;s:15:\"community-links\";}'),(1032,899,'_menu_item_xfn',''),(1033,899,'_menu_item_url','#wia'),(1035,900,'_menu_item_type','custom'),(1036,900,'_menu_item_menu_item_parent','0'),(1037,900,'_menu_item_object_id','900'),(1038,900,'_menu_item_object','custom'),(1039,900,'_menu_item_target',''),(1040,900,'_menu_item_classes','a:1:{i:0;s:15:\"community-links\";}'),(1041,900,'_menu_item_xfn',''),(1042,900,'_menu_item_url','#festivalofthetrees'),(1044,901,'_menu_item_type','custom'),(1045,901,'_menu_item_menu_item_parent','0'),(1046,901,'_menu_item_object_id','901'),(1047,901,'_menu_item_object','custom'),(1048,901,'_menu_item_target',''),(1049,901,'_menu_item_classes','a:1:{i:0;s:15:\"community-links\";}'),(1050,901,'_menu_item_xfn',''),(1051,901,'_menu_item_url','#advocatingforarchitects'),(1053,902,'_edit_lock','1549890429:1'),(1054,902,'_wp_trash_meta_status','publish'),(1055,902,'_wp_trash_meta_time','1549890429'),(1056,904,'_wp_trash_meta_status','publish'),(1057,904,'_wp_trash_meta_time','1549890570'),(1058,906,'_wp_trash_meta_status','publish'),(1059,906,'_wp_trash_meta_time','1549890613'),(1060,908,'_wp_trash_meta_status','publish'),(1061,908,'_wp_trash_meta_time','1549890730'),(1062,910,'_wp_trash_meta_status','publish'),(1063,910,'_wp_trash_meta_time','1549890786'),(1064,912,'_wp_trash_meta_status','publish'),(1065,912,'_wp_trash_meta_time','1549890820'),(1066,914,'_edit_lock','1549890898:1'),(1067,914,'_wp_trash_meta_status','publish'),(1068,914,'_wp_trash_meta_time','1549890904'),(1069,916,'_wp_trash_meta_status','publish'),(1070,916,'_wp_trash_meta_time','1549890957'),(1071,918,'_wp_trash_meta_status','publish'),(1072,918,'_wp_trash_meta_time','1549890996'),(1073,920,'_menu_item_type','custom'),(1074,920,'_menu_item_menu_item_parent','0'),(1075,920,'_menu_item_object_id','920'),(1076,920,'_menu_item_object','custom'),(1077,920,'_menu_item_target',''),(1078,920,'_menu_item_classes','a:1:{i:0;s:12:\"office-links\";}'),(1079,920,'_menu_item_xfn',''),(1080,920,'_menu_item_url','#profile'),(1082,921,'_menu_item_type','custom'),(1083,921,'_menu_item_menu_item_parent','0'),(1084,921,'_menu_item_object_id','921'),(1085,921,'_menu_item_object','custom'),(1086,921,'_menu_item_target',''),(1087,921,'_menu_item_classes','a:1:{i:0;s:12:\"office-links\";}'),(1088,921,'_menu_item_xfn',''),(1089,921,'_menu_item_url','#contact'),(1091,922,'_menu_item_type','custom'),(1092,922,'_menu_item_menu_item_parent','0'),(1093,922,'_menu_item_object_id','922'),(1094,922,'_menu_item_object','custom'),(1095,922,'_menu_item_target',''),(1096,922,'_menu_item_classes','a:1:{i:0;s:12:\"office-links\";}'),(1097,922,'_menu_item_xfn',''),(1098,922,'_menu_item_url','#team'),(1100,923,'_menu_item_type','custom'),(1101,923,'_menu_item_menu_item_parent','0'),(1102,923,'_menu_item_object_id','923'),(1103,923,'_menu_item_object','custom'),(1104,923,'_menu_item_target',''),(1105,923,'_menu_item_classes','a:1:{i:0;s:12:\"office-links\";}'),(1106,923,'_menu_item_xfn',''),(1107,923,'_menu_item_url','#employment'),(1109,924,'_menu_item_type','custom'),(1110,924,'_menu_item_menu_item_parent','0'),(1111,924,'_menu_item_object_id','924'),(1112,924,'_menu_item_object','custom'),(1113,924,'_menu_item_target',''),(1114,924,'_menu_item_classes','a:1:{i:0;s:12:\"office-links\";}'),(1115,924,'_menu_item_xfn',''),(1116,924,'_menu_item_url','#recognition'),(1118,925,'_menu_item_type','custom'),(1119,925,'_menu_item_menu_item_parent','0'),(1120,925,'_menu_item_object_id','925'),(1121,925,'_menu_item_object','custom'),(1122,925,'_menu_item_target',''),(1123,925,'_menu_item_classes','a:1:{i:0;s:12:\"office-links\";}'),(1124,925,'_menu_item_xfn',''),(1125,925,'_menu_item_url','#clients'),(1127,926,'_edit_lock','1549891210:1'),(1128,926,'_wp_trash_meta_status','publish'),(1129,926,'_wp_trash_meta_time','1549891247'),(1139,934,'_form','[file* file-upload limit:8000000 filetypes:pdf id:fileupload]\n\n[submit \"Submit\"]'),(1140,934,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:35:\"MCHARRY ASSOCIATES \"[your-subject]\"\";s:6:\"sender\";s:53:\"MCHARRY ASSOCIATES <wordpress@02e3761.netsolhost.com>\";s:9:\"recipient\";s:23:\"middleton.ade@gmail.com\";s:4:\"body\";s:116:\"Subject: \n\n\n\n-- \nThis e-mail was sent from a contact form on MCHARRY ASSOCIATES (http://02e3761.netsolhost.com/test)\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:13:\"[file-upload]\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1141,934,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:35:\"MCHARRY ASSOCIATES \"[your-subject]\"\";s:6:\"sender\";s:53:\"MCHARRY ASSOCIATES <wordpress@02e3761.netsolhost.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:133:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on MCHARRY ASSOCIATES (http://02e3761.netsolhost.com/test)\";s:18:\"additional_headers\";s:30:\"Reply-To: jehrlich@mcharry.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(1142,934,'_messages','a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(1143,934,'_additional_settings',''),(1144,934,'_locale','en_US'),(1146,937,'_edit_lock','1549897624:1'),(1147,937,'_wp_trash_meta_status','publish'),(1148,937,'_wp_trash_meta_time','1549897631'),(1149,939,'_edit_lock','1549898189:1'),(1150,939,'_wp_trash_meta_status','publish'),(1151,939,'_wp_trash_meta_time','1549898200'),(1153,942,'_wp_trash_meta_status','publish'),(1154,942,'_wp_trash_meta_time','1549898639'),(1155,944,'_wp_trash_meta_status','publish'),(1156,944,'_wp_trash_meta_time','1549898894'),(1158,948,'_edit_last','1'),(1159,948,'_edit_lock','1550072797:1'),(1160,948,'_thumbnail_id','681'),(1161,948,'_et_pb_post_hide_nav','default'),(1162,948,'_et_pb_project_nav','off'),(1163,948,'_et_pb_page_layout','et_right_sidebar'),(1164,948,'_et_pb_side_nav','off'),(1165,948,'_et_pb_use_builder','on'),(1166,948,'_et_pb_old_content','Test Project 4'),(1167,950,'_edit_last','1'),(1168,950,'_edit_lock','1550072816:1'),(1169,950,'_thumbnail_id','680'),(1170,950,'_et_pb_post_hide_nav','default'),(1171,950,'_et_pb_project_nav','off'),(1172,950,'_et_pb_page_layout','et_right_sidebar'),(1173,950,'_et_pb_side_nav','off'),(1174,950,'_et_pb_use_builder','on'),(1175,950,'_et_pb_old_content','Test Project 5'),(1176,952,'_edit_last','1'),(1177,952,'_edit_lock','1550072915:1'),(1178,952,'_thumbnail_id','633'),(1179,952,'_et_pb_post_hide_nav','default'),(1180,952,'_et_pb_project_nav','off'),(1181,952,'_et_pb_page_layout','et_right_sidebar'),(1182,952,'_et_pb_side_nav','off'),(1183,952,'_et_pb_use_builder','on'),(1184,952,'_et_pb_old_content','Test Project 6'),(1185,955,'_edit_last','1'),(1186,955,'_edit_lock','1550072826:1'),(1187,955,'_et_pb_post_hide_nav','default'),(1188,955,'_et_pb_project_nav','off'),(1189,955,'_et_pb_page_layout','et_right_sidebar'),(1190,955,'_et_pb_side_nav','off'),(1191,955,'_et_pb_use_builder','on'),(1192,955,'_et_pb_old_content','Test Project 7'),(1193,955,'_thumbnail_id','699'),(1194,957,'_wp_trash_meta_status','publish'),(1195,957,'_wp_trash_meta_time','1549900463'),(1196,959,'_wp_trash_meta_status','publish'),(1197,959,'_wp_trash_meta_time','1549900496'),(1198,961,'_wp_trash_meta_status','publish'),(1199,961,'_wp_trash_meta_time','1549900591'),(1200,963,'_wp_trash_meta_status','publish'),(1201,963,'_wp_trash_meta_time','1549900666'),(1202,965,'_edit_lock','1549900846:1'),(1203,965,'_wp_trash_meta_status','publish'),(1204,965,'_wp_trash_meta_time','1549900854'),(1205,967,'_wp_trash_meta_status','publish'),(1206,967,'_wp_trash_meta_time','1549900904'),(1207,969,'_wp_trash_meta_status','publish'),(1208,969,'_wp_trash_meta_time','1549900985'),(1209,971,'_edit_last','1'),(1210,971,'_edit_lock','1550072999:1'),(1211,971,'_et_pb_post_hide_nav','default'),(1212,971,'_et_pb_project_nav','off'),(1213,971,'_et_pb_page_layout','et_right_sidebar'),(1214,971,'_et_pb_side_nav','off'),(1215,971,'_et_pb_use_builder','on'),(1216,971,'_et_pb_old_content','Test Project 8'),(1217,971,'_thumbnail_id','701'),(1218,973,'_edit_last','1'),(1219,973,'_edit_lock','1550072207:1'),(1220,973,'_thumbnail_id','631'),(1221,973,'_et_pb_post_hide_nav','default'),(1222,973,'_et_pb_project_nav','off'),(1223,973,'_et_pb_page_layout','et_right_sidebar'),(1224,973,'_et_pb_side_nav','off'),(1225,973,'_et_pb_use_builder','on'),(1226,973,'_et_pb_old_content','Test Project 9'),(1227,975,'_edit_last','1'),(1228,975,'_edit_lock','1549901280:1'),(1229,975,'_thumbnail_id','276'),(1230,975,'_et_pb_post_hide_nav','default'),(1231,975,'_et_pb_project_nav','off'),(1232,975,'_et_pb_page_layout','et_right_sidebar'),(1233,975,'_et_pb_side_nav','off'),(1234,975,'_et_pb_use_builder',''),(1235,975,'_et_pb_old_content',''),(1236,977,'_wp_trash_meta_status','publish'),(1237,977,'_wp_trash_meta_time','1549901751'),(1241,984,'_edit_lock','1549902863:1'),(1242,984,'_wp_trash_meta_status','publish'),(1243,984,'_wp_trash_meta_time','1549902867'),(1244,986,'_wp_trash_meta_status','publish'),(1245,986,'_wp_trash_meta_time','1549902922'),(1246,988,'_wp_trash_meta_status','publish'),(1247,988,'_wp_trash_meta_time','1550063824'),(1249,992,'_wp_trash_meta_status','publish'),(1250,992,'_wp_trash_meta_time','1550064611'),(1251,994,'_wp_trash_meta_status','publish'),(1252,994,'_wp_trash_meta_time','1550064693'),(1253,996,'_edit_lock','1550065083:1'),(1254,996,'_wp_trash_meta_status','publish'),(1255,996,'_wp_trash_meta_time','1550065117'),(1256,998,'_wp_trash_meta_status','publish'),(1257,998,'_wp_trash_meta_time','1550065161'),(1258,1000,'_edit_lock','1550065210:1'),(1259,1000,'_wp_trash_meta_status','publish'),(1260,1000,'_wp_trash_meta_time','1550065226'),(1261,1002,'_wp_trash_meta_status','publish'),(1262,1002,'_wp_trash_meta_time','1550065292'),(1263,1004,'_edit_lock','1550065392:1'),(1264,1004,'_wp_trash_meta_status','publish'),(1265,1004,'_wp_trash_meta_time','1550065399'),(1266,1006,'_wp_trash_meta_status','publish'),(1267,1006,'_wp_trash_meta_time','1550065423'),(1268,1008,'_wp_trash_meta_status','publish'),(1269,1008,'_wp_trash_meta_time','1550065474'),(1270,1010,'_edit_lock','1550065905:1'),(1271,1010,'_wp_trash_meta_status','publish'),(1272,1010,'_wp_trash_meta_time','1550065912'),(1273,1012,'_wp_trash_meta_status','publish'),(1274,1012,'_wp_trash_meta_time','1550065944'),(1275,1014,'_wp_trash_meta_status','publish'),(1276,1014,'_wp_trash_meta_time','1550066009'),(1277,1016,'_wp_trash_meta_status','publish'),(1278,1016,'_wp_trash_meta_time','1550066083'),(1279,1018,'_edit_last','1'),(1280,1018,'_edit_lock','1550066643:1'),(1281,975,'_wp_trash_meta_status','publish'),(1282,975,'_wp_trash_meta_time','1550066701'),(1283,975,'_wp_desired_post_slug','test-project-10'),(1284,1018,'_wp_trash_meta_status','draft'),(1285,1018,'_wp_trash_meta_time','1550066714'),(1286,1018,'_wp_desired_post_slug',''),(1288,1022,'_wp_trash_meta_status','publish'),(1289,1022,'_wp_trash_meta_time','1550067000'),(1290,1023,'_edit_lock','1550067754:1'),(1291,1023,'_wp_trash_meta_status','publish'),(1292,1023,'_wp_trash_meta_time','1550067766'),(1293,1024,'_edit_lock','1550067996:1'),(1294,1024,'_wp_trash_meta_status','publish'),(1295,1024,'_wp_trash_meta_time','1550067991'),(1296,1033,'_edit_lock','1550068485:1'),(1297,1033,'_wp_trash_meta_status','publish'),(1298,1033,'_wp_trash_meta_time','1550068533'),(1299,1039,'_edit_lock','1550069272:1'),(1300,1039,'_wp_trash_meta_status','publish'),(1301,1039,'_wp_trash_meta_time','1550069281'),(1302,1041,'_wp_trash_meta_status','publish'),(1303,1041,'_wp_trash_meta_time','1550069336'),(1304,1043,'_wp_trash_meta_status','publish'),(1305,1043,'_wp_trash_meta_time','1550069441'),(1306,1045,'_wp_trash_meta_status','publish'),(1307,1045,'_wp_trash_meta_time','1550069605'),(1308,1049,'_wp_trash_meta_status','publish'),(1309,1049,'_wp_trash_meta_time','1550069735'),(1310,1051,'_edit_lock','1550069812:1'),(1311,1051,'_wp_trash_meta_status','publish'),(1312,1051,'_wp_trash_meta_time','1550069821'),(1313,1055,'_wp_trash_meta_status','publish'),(1314,1055,'_wp_trash_meta_time','1550069950'),(1315,1063,'_edit_lock','1550070486:1'),(1316,1063,'_wp_trash_meta_status','publish'),(1317,1063,'_wp_trash_meta_time','1550070496'),(1318,1065,'_wp_trash_meta_status','publish'),(1319,1065,'_wp_trash_meta_time','1550070587'),(1320,1068,'_wp_trash_meta_status','publish'),(1321,1068,'_wp_trash_meta_time','1550070682'),(1322,1070,'_wp_trash_meta_status','publish'),(1323,1070,'_wp_trash_meta_time','1550070720'),(1324,1072,'_wp_trash_meta_status','publish'),(1325,1072,'_wp_trash_meta_time','1550070768'),(1326,1077,'_wp_trash_meta_status','publish'),(1327,1077,'_wp_trash_meta_time','1550070991'),(1328,1081,'_wp_trash_meta_status','publish'),(1329,1081,'_wp_trash_meta_time','1550071078'),(1330,1083,'_wp_trash_meta_status','publish'),(1331,1083,'_wp_trash_meta_time','1550071132'),(1332,1085,'_wp_trash_meta_status','publish'),(1333,1085,'_wp_trash_meta_time','1550071202'),(1334,1091,'_et_pb_built_for_post_type','project'),(1335,973,'_et_pb_built_for_post_type','page'),(1336,973,'_et_pb_ab_subjects',''),(1337,973,'_et_pb_enable_shortcode_tracking',''),(1338,973,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"973\" /]'),(1339,973,'_et_pb_custom_css',''),(1340,973,'_et_builder_version','VB|Divi|3.19.13'),(1341,973,'_et_pb_show_page_creation','off'),(1342,662,'_et_pb_built_for_post_type','page'),(1343,662,'_et_pb_ab_subjects',''),(1344,662,'_et_pb_enable_shortcode_tracking',''),(1345,662,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"662\" /]'),(1346,662,'_et_pb_custom_css',''),(1347,662,'_et_builder_version','VB|Divi|3.19.13'),(1348,662,'_et_pb_show_page_creation','off'),(1349,950,'_et_pb_built_for_post_type','page'),(1350,950,'_et_pb_ab_subjects',''),(1351,950,'_et_pb_enable_shortcode_tracking',''),(1352,950,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"950\" /]'),(1353,950,'_et_pb_custom_css',''),(1354,950,'_et_builder_version','VB|Divi|3.19.13'),(1355,950,'_et_pb_show_page_creation','off'),(1356,660,'_et_pb_built_for_post_type','page'),(1357,660,'_et_pb_ab_subjects',''),(1358,660,'_et_pb_enable_shortcode_tracking',''),(1359,660,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"660\" /]'),(1360,660,'_et_pb_custom_css',''),(1361,660,'_et_builder_version','VB|Divi|3.19.13'),(1362,660,'_et_pb_show_page_creation','off'),(1363,948,'_et_pb_built_for_post_type','page'),(1364,948,'_et_pb_ab_subjects',''),(1365,948,'_et_pb_enable_shortcode_tracking',''),(1366,948,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"948\" /]'),(1367,948,'_et_pb_custom_css',''),(1368,948,'_et_builder_version','VB|Divi|3.19.13'),(1369,948,'_et_pb_show_page_creation','off'),(1370,955,'_et_pb_built_for_post_type','page'),(1371,955,'_et_pb_ab_subjects',''),(1372,955,'_et_pb_enable_shortcode_tracking',''),(1373,955,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"955\" /]'),(1374,955,'_et_pb_custom_css',''),(1375,955,'_et_builder_version','VB|Divi|3.19.13'),(1376,955,'_et_pb_show_page_creation','off'),(1377,952,'_et_pb_built_for_post_type','page'),(1378,952,'_et_pb_ab_subjects',''),(1379,952,'_et_pb_enable_shortcode_tracking',''),(1380,952,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"952\" /]'),(1381,952,'_et_pb_custom_css',''),(1382,952,'_et_builder_version','VB|Divi|3.19.13'),(1383,952,'_et_pb_show_page_creation','off'),(1384,971,'_et_pb_built_for_post_type','page'),(1385,971,'_et_pb_ab_subjects',''),(1386,971,'_et_pb_enable_shortcode_tracking',''),(1387,971,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"971\" /]'),(1388,971,'_et_pb_custom_css',''),(1389,971,'_et_builder_version','VB|Divi|3.19.13'),(1390,971,'_et_pb_show_page_creation','off'),(1392,1117,'_wp_trash_meta_status','publish'),(1393,1117,'_wp_trash_meta_time','1550073475'),(1394,1119,'_wp_trash_meta_status','publish'),(1395,1119,'_wp_trash_meta_time','1550073536'),(1396,1121,'_edit_lock','1550073619:1'),(1398,1121,'_wp_trash_meta_status','publish'),(1399,1121,'_wp_trash_meta_time','1550073645'),(1400,1125,'_wp_trash_meta_status','publish'),(1401,1125,'_wp_trash_meta_time','1550073755'),(1402,1127,'_wp_trash_meta_status','publish'),(1403,1127,'_wp_trash_meta_time','1550073838'),(1404,1129,'_wp_trash_meta_status','publish'),(1405,1129,'_wp_trash_meta_time','1550075324'),(1406,1131,'_wp_trash_meta_status','publish'),(1407,1131,'_wp_trash_meta_time','1550075799'),(1421,1163,'_edit_lock','1550141003:1'),(1422,1163,'_wp_trash_meta_status','publish'),(1423,1163,'_wp_trash_meta_time','1550141010'),(1424,1165,'_wp_trash_meta_status','publish'),(1425,1165,'_wp_trash_meta_time','1550141088'),(1429,1174,'_wp_trash_meta_status','publish'),(1430,1174,'_wp_trash_meta_time','1550141500'),(1431,1176,'_wp_trash_meta_status','publish'),(1432,1176,'_wp_trash_meta_time','1550141585'),(1434,1180,'_wp_trash_meta_status','publish'),(1435,1180,'_wp_trash_meta_time','1550141639'),(1436,1182,'_wp_trash_meta_status','publish'),(1437,1182,'_wp_trash_meta_time','1550141678'),(1438,1184,'_wp_attached_file','2019/02/placeholder-image.jpg'),(1439,1184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:235;s:6:\"height\";i:184;s:4:\"file\";s:29:\"2019/02/placeholder-image.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"placeholder-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s: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:{}}}'),(1440,1184,'_wp_attachment_image_alt','placeholder-image'),(1446,1197,'_edit_lock','1550143831:1'),(1447,1197,'_wp_trash_meta_status','publish'),(1448,1197,'_wp_trash_meta_time','1550143844'),(1449,1199,'_wp_trash_meta_status','publish'),(1450,1199,'_wp_trash_meta_time','1550143947'),(1451,1201,'_wp_trash_meta_status','publish'),(1452,1201,'_wp_trash_meta_time','1550144058'),(1453,1203,'_wp_trash_meta_status','publish'),(1454,1203,'_wp_trash_meta_time','1550144108'),(1455,1205,'_wp_trash_meta_status','publish'),(1456,1205,'_wp_trash_meta_time','1550144166'),(1457,1207,'_edit_lock','1550145345:1'),(1462,1207,'_wp_trash_meta_status','publish'),(1463,1207,'_wp_trash_meta_time','1550145364'),(1466,1222,'_wp_trash_meta_status','publish'),(1467,1222,'_wp_trash_meta_time','1550154318'),(1469,1227,'_edit_lock','1550156816:1'),(1470,1227,'_wp_trash_meta_status','publish'),(1471,1227,'_wp_trash_meta_time','1550156859'),(1473,1231,'_wp_trash_meta_status','publish'),(1474,1231,'_wp_trash_meta_time','1550156960'),(1475,1233,'_wp_trash_meta_status','publish'),(1476,1233,'_wp_trash_meta_time','1550157042'),(1477,1236,'_wp_trash_meta_status','publish'),(1478,1236,'_wp_trash_meta_time','1550157213'),(1481,1244,'_wp_trash_meta_status','publish'),(1482,1244,'_wp_trash_meta_time','1550157961'),(1485,1251,'_edit_lock','1550158512:1'),(1486,1251,'_wp_trash_meta_status','publish'),(1487,1251,'_wp_trash_meta_time','1550158533'),(1488,1253,'_wp_trash_meta_status','publish'),(1489,1253,'_wp_trash_meta_time','1550158580'),(1496,1273,'_edit_lock','1550484444:1'),(1497,1273,'_wp_trash_meta_status','publish'),(1498,1273,'_wp_trash_meta_time','1550484461'),(1503,1286,'_edit_lock','1550485258:1'),(1504,1286,'_wp_trash_meta_status','publish'),(1505,1286,'_wp_trash_meta_time','1550485264'),(1506,1288,'_wp_trash_meta_status','publish'),(1507,1288,'_wp_trash_meta_time','1550485324'),(1509,1292,'_wp_trash_meta_status','publish'),(1510,1292,'_wp_trash_meta_time','1550485413'),(1513,1298,'_et_pb_built_for_post_type','page'),(1529,1336,'_edit_lock','1550504368:1'),(1530,1336,'_wp_trash_meta_status','publish'),(1531,1336,'_wp_trash_meta_time','1550504389'),(1533,1341,'_edit_lock','1550504652:1'),(1534,1341,'_wp_trash_meta_status','publish'),(1535,1341,'_wp_trash_meta_time','1550504654'),(1536,1343,'_edit_lock','1550504725:1'),(1537,1343,'_wp_trash_meta_status','publish'),(1538,1343,'_wp_trash_meta_time','1550504730'),(1539,1345,'_edit_lock','1550504952:1'),(1540,1345,'_wp_trash_meta_status','publish'),(1541,1345,'_wp_trash_meta_time','1550504999'),(1542,1347,'_wp_trash_meta_status','publish'),(1543,1347,'_wp_trash_meta_time','1550505056'),(1544,1349,'_wp_trash_meta_status','publish'),(1545,1349,'_wp_trash_meta_time','1550505090'),(1546,1351,'_wp_trash_meta_status','publish'),(1547,1351,'_wp_trash_meta_time','1550505171'),(1548,1353,'_wp_trash_meta_status','publish'),(1549,1353,'_wp_trash_meta_time','1550505275'),(1550,1355,'_wp_trash_meta_status','publish'),(1551,1355,'_wp_trash_meta_time','1550505354'),(1552,1357,'_edit_lock','1550505474:1'),(1553,1357,'_wp_trash_meta_status','publish'),(1554,1357,'_wp_trash_meta_time','1550505484'),(1555,1359,'_wp_trash_meta_status','publish'),(1556,1359,'_wp_trash_meta_time','1550505541'),(1557,1361,'_edit_lock','1550505601:1'),(1558,1361,'_wp_trash_meta_status','publish'),(1559,1361,'_wp_trash_meta_time','1550505605'),(1560,1363,'_wp_trash_meta_status','publish'),(1561,1363,'_wp_trash_meta_time','1550505663'),(1562,1365,'_wp_trash_meta_status','publish'),(1563,1365,'_wp_trash_meta_time','1550505940'),(1564,1367,'_wp_trash_meta_status','publish'),(1565,1367,'_wp_trash_meta_time','1550506042'),(1566,1369,'_wp_trash_meta_status','publish'),(1567,1369,'_wp_trash_meta_time','1550506097'),(1568,1371,'_wp_trash_meta_status','publish'),(1569,1371,'_wp_trash_meta_time','1550506174'),(1570,1373,'_edit_lock','1550506716:1'),(1571,1373,'_wp_trash_meta_status','publish'),(1572,1373,'_wp_trash_meta_time','1550506722'),(1575,1376,'_wp_trash_meta_status','publish'),(1576,1376,'_wp_trash_meta_time','1550521432'),(1577,1378,'_wp_trash_meta_status','publish'),(1578,1378,'_wp_trash_meta_time','1550522060'),(1579,1380,'_edit_lock','1550522199:1'),(1580,1380,'_wp_trash_meta_status','publish'),(1581,1380,'_wp_trash_meta_time','1550522211'),(1582,1382,'_wp_trash_meta_status','publish'),(1583,1382,'_wp_trash_meta_time','1550522267'),(1584,1384,'_edit_lock','1550522650:1'),(1585,1384,'_wp_trash_meta_status','publish'),(1586,1384,'_wp_trash_meta_time','1550522663'),(1587,1386,'_wp_trash_meta_status','publish'),(1588,1386,'_wp_trash_meta_time','1550522796'),(1589,1388,'_wp_trash_meta_status','publish'),(1590,1388,'_wp_trash_meta_time','1550522911'),(1591,1390,'_wp_trash_meta_status','publish'),(1592,1390,'_wp_trash_meta_time','1550522997'),(1593,1392,'_wp_trash_meta_status','publish'),(1594,1392,'_wp_trash_meta_time','1550523310'),(1595,1394,'_wp_trash_meta_status','publish'),(1596,1394,'_wp_trash_meta_time','1550523344'),(1597,1396,'_edit_lock','1550523525:1'),(1598,1396,'_wp_trash_meta_status','publish'),(1599,1396,'_wp_trash_meta_time','1550523531'),(1600,1398,'_wp_trash_meta_status','publish'),(1601,1398,'_wp_trash_meta_time','1550523712'),(1602,1400,'_edit_lock','1550524007:1'),(1603,1400,'_wp_trash_meta_status','publish'),(1604,1400,'_wp_trash_meta_time','1550524019'),(1605,1402,'_wp_trash_meta_status','publish'),(1606,1402,'_wp_trash_meta_time','1550524155'),(1607,1404,'_wp_trash_meta_status','publish'),(1608,1404,'_wp_trash_meta_time','1550524206'),(1609,1406,'_wp_trash_meta_status','publish'),(1610,1406,'_wp_trash_meta_time','1550524281'),(1611,1408,'_wp_trash_meta_status','publish'),(1612,1408,'_wp_trash_meta_time','1550524429'),(1613,1410,'_wp_trash_meta_status','publish'),(1614,1410,'_wp_trash_meta_time','1550573336'),(1615,1412,'_wp_trash_meta_status','publish'),(1616,1412,'_wp_trash_meta_time','1550574246'),(1617,1414,'_wp_trash_meta_status','publish'),(1618,1414,'_wp_trash_meta_time','1550574342'),(1619,1416,'_wp_trash_meta_status','publish'),(1620,1416,'_wp_trash_meta_time','1550574481'),(1621,1418,'_wp_trash_meta_status','publish'),(1622,1418,'_wp_trash_meta_time','1550574769'),(1623,1420,'_wp_trash_meta_status','publish'),(1624,1420,'_wp_trash_meta_time','1550574883'),(1625,1422,'_wp_trash_meta_status','publish'),(1626,1422,'_wp_trash_meta_time','1550575007'),(1627,1424,'_wp_trash_meta_status','publish'),(1628,1424,'_wp_trash_meta_time','1550575298'),(1629,1426,'_wp_trash_meta_status','publish'),(1630,1426,'_wp_trash_meta_time','1550575487'),(1631,1428,'_wp_trash_meta_status','publish'),(1632,1428,'_wp_trash_meta_time','1550575640'),(1633,1430,'_edit_lock','1550575785:1'),(1634,1430,'_wp_trash_meta_status','publish'),(1635,1430,'_wp_trash_meta_time','1550575805'),(1636,1432,'_edit_lock','1550575938:1'),(1637,1432,'_wp_trash_meta_status','publish'),(1638,1432,'_wp_trash_meta_time','1550575959'),(1639,1434,'_wp_trash_meta_status','publish'),(1640,1434,'_wp_trash_meta_time','1550576049'),(1641,1436,'_wp_trash_meta_status','publish'),(1642,1436,'_wp_trash_meta_time','1550576109'),(1643,1438,'_wp_trash_meta_status','publish'),(1644,1438,'_wp_trash_meta_time','1550576155'),(1645,1440,'_wp_trash_meta_status','publish'),(1646,1440,'_wp_trash_meta_time','1550576266'),(1647,1442,'_edit_lock','1550576329:1'),(1648,1442,'_wp_trash_meta_status','publish'),(1649,1442,'_wp_trash_meta_time','1550576336'),(1650,1444,'_wp_trash_meta_status','publish'),(1651,1444,'_wp_trash_meta_time','1550576481'),(1652,1446,'_edit_lock','1550577021:1'),(1653,1446,'_wp_trash_meta_status','publish'),(1654,1446,'_wp_trash_meta_time','1550577030'),(1655,1448,'_wp_trash_meta_status','publish'),(1656,1448,'_wp_trash_meta_time','1550577129'),(1657,1450,'_wp_trash_meta_status','publish'),(1658,1450,'_wp_trash_meta_time','1550577176'),(1659,1452,'_wp_trash_meta_status','publish'),(1660,1452,'_wp_trash_meta_time','1550577226'),(1661,1454,'_wp_trash_meta_status','publish'),(1662,1454,'_wp_trash_meta_time','1550655690'),(1663,1456,'_wp_trash_meta_status','publish'),(1664,1456,'_wp_trash_meta_time','1550656218'),(1665,1458,'_edit_lock','1550656576:1'),(1666,1458,'_wp_trash_meta_status','publish'),(1667,1458,'_wp_trash_meta_time','1550656576'),(1668,1460,'_wp_trash_meta_status','publish'),(1669,1460,'_wp_trash_meta_time','1550656680'),(1670,1462,'_edit_lock','1550656759:1'),(1671,1462,'_wp_trash_meta_status','publish'),(1672,1462,'_wp_trash_meta_time','1550656804'),(1673,1464,'_edit_lock','1550656904:1'),(1674,1464,'_wp_trash_meta_status','publish'),(1675,1464,'_wp_trash_meta_time','1550656913'),(1676,1466,'_wp_trash_meta_status','publish'),(1677,1466,'_wp_trash_meta_time','1550657184'),(1678,1468,'_wp_trash_meta_status','publish'),(1679,1468,'_wp_trash_meta_time','1550657290'),(1680,1470,'_wp_trash_meta_status','publish'),(1681,1470,'_wp_trash_meta_time','1550657430'),(1682,1472,'_wp_trash_meta_status','publish'),(1683,1472,'_wp_trash_meta_time','1550657517'),(1684,1474,'_wp_trash_meta_status','publish'),(1685,1474,'_wp_trash_meta_time','1550657553'),(1686,1476,'_wp_trash_meta_status','publish'),(1687,1476,'_wp_trash_meta_time','1550657619'),(1688,1478,'_wp_trash_meta_status','publish'),(1689,1478,'_wp_trash_meta_time','1550657641'),(1690,1480,'_wp_trash_meta_status','publish'),(1691,1480,'_wp_trash_meta_time','1550657791'),(1692,1482,'_wp_trash_meta_status','publish'),(1693,1482,'_wp_trash_meta_time','1550657860'),(1694,1484,'_wp_trash_meta_status','publish'),(1695,1484,'_wp_trash_meta_time','1550657908'),(1696,1486,'_wp_trash_meta_status','publish'),(1697,1486,'_wp_trash_meta_time','1550657965'),(1698,1488,'_wp_trash_meta_status','publish'),(1699,1488,'_wp_trash_meta_time','1550658011'),(1700,1490,'_wp_trash_meta_status','publish'),(1701,1490,'_wp_trash_meta_time','1550658040'),(1702,1492,'_wp_trash_meta_status','publish'),(1703,1492,'_wp_trash_meta_time','1550658300'),(1704,1494,'_edit_lock','1550658500:1'),(1705,1494,'_wp_trash_meta_status','publish'),(1706,1494,'_wp_trash_meta_time','1550658542'),(1707,1496,'_wp_trash_meta_status','publish'),(1708,1496,'_wp_trash_meta_time','1550658915'),(1709,1498,'_wp_trash_meta_status','publish'),(1710,1498,'_wp_trash_meta_time','1550658937'),(1711,1500,'_wp_trash_meta_status','publish'),(1712,1500,'_wp_trash_meta_time','1550659154'),(1713,1502,'_wp_trash_meta_status','publish'),(1714,1502,'_wp_trash_meta_time','1550659237'),(1715,1504,'_wp_trash_meta_status','publish'),(1716,1504,'_wp_trash_meta_time','1550659278'),(1717,1506,'_wp_trash_meta_status','publish'),(1718,1506,'_wp_trash_meta_time','1550659295'),(1719,1508,'_edit_lock','1550659377:1'),(1720,1508,'_wp_trash_meta_status','publish'),(1721,1508,'_wp_trash_meta_time','1550659375'),(1722,1510,'_wp_trash_meta_status','publish'),(1723,1510,'_wp_trash_meta_time','1550659507'),(1724,1512,'_wp_trash_meta_status','publish'),(1725,1512,'_wp_trash_meta_time','1550659560'),(1726,1514,'_wp_trash_meta_status','publish'),(1727,1514,'_wp_trash_meta_time','1550659658'),(1728,1516,'_wp_trash_meta_status','publish'),(1729,1516,'_wp_trash_meta_time','1550659773'),(1730,1518,'_wp_trash_meta_status','publish'),(1731,1518,'_wp_trash_meta_time','1550659817'),(1732,1520,'_wp_trash_meta_status','publish'),(1733,1520,'_wp_trash_meta_time','1550659896'),(1734,1522,'_wp_trash_meta_status','publish'),(1735,1522,'_wp_trash_meta_time','1550660054'),(1736,1524,'_wp_trash_meta_status','publish'),(1737,1524,'_wp_trash_meta_time','1550660362'),(1738,1526,'_wp_trash_meta_status','publish'),(1739,1526,'_wp_trash_meta_time','1550660387'),(1740,1528,'_wp_trash_meta_status','publish'),(1741,1528,'_wp_trash_meta_time','1550660492'),(1742,1530,'_wp_trash_meta_status','publish'),(1743,1530,'_wp_trash_meta_time','1550660553'),(1744,1532,'_wp_trash_meta_status','publish'),(1745,1532,'_wp_trash_meta_time','1550660598'),(1746,1534,'_wp_trash_meta_status','publish'),(1747,1534,'_wp_trash_meta_time','1550660645'),(1748,1536,'_wp_trash_meta_status','publish'),(1749,1536,'_wp_trash_meta_time','1550660733'),(1750,1538,'_wp_trash_meta_status','publish'),(1751,1538,'_wp_trash_meta_time','1550660760'),(1752,1540,'_wp_trash_meta_status','publish'),(1753,1540,'_wp_trash_meta_time','1550660788'),(1754,1542,'_edit_lock','1550660874:1'),(1755,1542,'_wp_trash_meta_status','publish'),(1756,1542,'_wp_trash_meta_time','1550660903'),(1757,1544,'_wp_trash_meta_status','publish'),(1758,1544,'_wp_trash_meta_time','1550661004'),(1759,1546,'_edit_lock','1550825750:1'),(1760,1546,'_wp_trash_meta_status','publish'),(1761,1546,'_wp_trash_meta_time','1550825787'),(1762,1548,'_wp_trash_meta_status','publish'),(1763,1548,'_wp_trash_meta_time','1550826019'),(1764,1550,'_wp_trash_meta_status','publish'),(1765,1550,'_wp_trash_meta_time','1550826128'),(1766,1552,'_wp_trash_meta_status','publish'),(1767,1552,'_wp_trash_meta_time','1550826599'),(1768,1554,'_wp_trash_meta_status','publish'),(1769,1554,'_wp_trash_meta_time','1550826686'),(1770,1556,'_wp_trash_meta_status','publish'),(1771,1556,'_wp_trash_meta_time','1550826760'),(1772,1558,'_wp_trash_meta_status','publish'),(1773,1558,'_wp_trash_meta_time','1550826820'),(1774,1560,'_wp_trash_meta_status','publish'),(1775,1560,'_wp_trash_meta_time','1550826886'),(1776,1562,'_edit_lock','1550827008:1'),(1777,1562,'_wp_trash_meta_status','publish'),(1778,1562,'_wp_trash_meta_time','1550827017'),(1779,1564,'_wp_trash_meta_status','publish'),(1780,1564,'_wp_trash_meta_time','1550834811'),(1781,1566,'_wp_trash_meta_status','publish'),(1782,1566,'_wp_trash_meta_time','1550834909'),(1783,1568,'_edit_lock','1550835473:1'),(1784,1568,'_wp_trash_meta_status','publish'),(1785,1568,'_wp_trash_meta_time','1550835501'),(1786,1570,'_edit_lock','1550835565:1'),(1787,1570,'_wp_trash_meta_status','publish'),(1788,1570,'_wp_trash_meta_time','1550835569'),(1789,1572,'_wp_trash_meta_status','publish'),(1790,1572,'_wp_trash_meta_time','1550836375'),(1791,1574,'_wp_trash_meta_status','publish'),(1792,1574,'_wp_trash_meta_time','1550836402'),(1793,1576,'_edit_lock','1550836463:1'),(1794,1576,'_wp_trash_meta_status','publish'),(1795,1576,'_wp_trash_meta_time','1550836479'),(1796,1578,'_edit_lock','1550836762:1'),(1797,1578,'_wp_trash_meta_status','publish'),(1798,1578,'_wp_trash_meta_time','1550836768'),(1799,1580,'_edit_lock','1550837853:1'),(1800,1580,'_wp_trash_meta_status','publish'),(1801,1580,'_wp_trash_meta_time','1550837870'),(1802,1582,'_wp_trash_meta_status','publish'),(1803,1582,'_wp_trash_meta_time','1550837939'),(1804,1584,'_wp_trash_meta_status','publish'),(1805,1584,'_wp_trash_meta_time','1550837988'),(1806,1586,'_wp_trash_meta_status','publish'),(1807,1586,'_wp_trash_meta_time','1550838109'),(1808,1588,'_wp_trash_meta_status','publish'),(1809,1588,'_wp_trash_meta_time','1550838137'),(1810,1590,'_wp_trash_meta_status','publish'),(1811,1590,'_wp_trash_meta_time','1550838444'),(1812,1592,'_wp_trash_meta_status','publish'),(1813,1592,'_wp_trash_meta_time','1550838505'),(1814,1594,'_wp_trash_meta_status','publish'),(1815,1594,'_wp_trash_meta_time','1550838577'),(1816,1596,'_edit_lock','1550839061:1'),(1817,1596,'_wp_trash_meta_status','publish'),(1818,1596,'_wp_trash_meta_time','1550839065'),(1819,1598,'_wp_trash_meta_status','publish'),(1820,1598,'_wp_trash_meta_time','1550839073'),(1821,1600,'_wp_trash_meta_status','publish'),(1822,1600,'_wp_trash_meta_time','1550839271'),(1823,1602,'_edit_lock','1550840152:1'),(1824,1602,'_wp_trash_meta_status','publish'),(1825,1602,'_wp_trash_meta_time','1550840169'),(1826,1604,'_wp_trash_meta_status','publish'),(1827,1604,'_wp_trash_meta_time','1550841330'),(1831,1610,'_edit_last','1'),(1832,1610,'_wp_page_template','default'),(1833,1610,'_et_pb_post_hide_nav','default'),(1834,1610,'_et_pb_page_layout','et_right_sidebar'),(1835,1610,'_et_pb_side_nav','off'),(1836,1610,'_et_pb_use_builder','on'),(1837,1610,'_et_pb_old_content',''),(1838,1610,'_edit_lock','1550844184:1'),(1839,1610,'_et_pb_built_for_post_type','page'),(1840,1610,'_et_pb_ab_subjects',''),(1841,1610,'_et_pb_enable_shortcode_tracking',''),(1842,1610,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"1610\" /]'),(1843,1610,'_et_pb_custom_css',''),(1845,1610,'_et_builder_version','VB|Divi|3.19.13'),(1846,1610,'_et_pb_show_page_creation','off'),(1847,1614,'_wp_trash_meta_status','publish'),(1848,1614,'_wp_trash_meta_time','1550842868'),(1871,1646,'_wp_trash_meta_status','publish'),(1872,1646,'_wp_trash_meta_time','1550845814'),(1873,1649,'_wp_trash_meta_status','publish'),(1874,1649,'_wp_trash_meta_time','1551119090'),(1875,1651,'_wp_trash_meta_status','publish'),(1876,1651,'_wp_trash_meta_time','1551119179'),(1877,1653,'_wp_trash_meta_status','publish'),(1878,1653,'_wp_trash_meta_time','1551119278'),(1879,1655,'_edit_lock','1551119455:1'),(1880,1655,'_wp_trash_meta_status','publish'),(1881,1655,'_wp_trash_meta_time','1551119459'),(1882,1657,'_wp_trash_meta_status','publish'),(1883,1657,'_wp_trash_meta_time','1551119559'),(1884,1659,'_wp_trash_meta_status','publish'),(1885,1659,'_wp_trash_meta_time','1551119779'),(1886,1661,'_wp_trash_meta_status','publish'),(1887,1661,'_wp_trash_meta_time','1551119890'),(1888,1663,'_wp_trash_meta_status','publish'),(1889,1663,'_wp_trash_meta_time','1551119974'),(1890,1665,'_edit_lock','1551120079:1'),(1891,1665,'_wp_trash_meta_status','publish'),(1892,1665,'_wp_trash_meta_time','1551120088'),(1893,1667,'_wp_trash_meta_status','publish'),(1894,1667,'_wp_trash_meta_time','1551120320'),(1895,1669,'_edit_lock','1551120409:1'),(1896,1669,'_wp_trash_meta_status','publish'),(1897,1669,'_wp_trash_meta_time','1551120416'),(1898,1672,'_wp_trash_meta_status','publish'),(1899,1672,'_wp_trash_meta_time','1552070928'),(1900,1674,'_wp_trash_meta_status','publish'),(1901,1674,'_wp_trash_meta_time','1552070984'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=1677 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2018-02-06 17:51:13','2018-02-06 17:51:13','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','Hello world!','','publish','open','open','','hello-world','','','2018-02-06 17:51:13','2018-02-06 17:51:13','',0,'http://02e3761.netsolhost.com/test/?p=1',0,'post','',1),(5,1,'2019-01-04 19:20:19','2019-01-04 19:20:19','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n#et-secondary-menu {\n clear: both !important;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n','Divi','','publish','closed','closed','','divi','','','2019-02-11 09:46:00','2019-02-11 09:46:00','',0,'http://02e3761.netsolhost.com/test/2019/01/04/divi/',0,'custom_css','',0),(6,1,'2019-01-04 19:20:19','2019-01-04 19:20:19','','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-04 19:20:19','2019-01-04 19:20:19','',5,'http://02e3761.netsolhost.com/test/2019/01/04/5-revision-v1/',0,'revision','',0),(7,1,'2019-01-08 14:56:28','2019-01-08 14:56:28','','mcharry-logo','','inherit','open','closed','','mcharry-logo','','','2019-01-08 14:56:50','2019-01-08 14:56:50','',0,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mcharry-logo.png',0,'attachment','image/png',0),(9,1,'2019-01-08 15:01:26','2019-01-08 15:01:26','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider module_class=\"ds-fw-slider\" _builder_version=\"3.19.10\" auto=\"on\" auto_ignore_hover=\"on\" custom_css_main_element=\"height: 100vh;\"][et_pb_slide admin_title=\"Home Slide 1 - MDC Interamerican (Building - Outside)\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/1-MDC-Interamerican-cropped.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 2 - MDC Interamerican - Building (Inside)\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/2-mdc-cropped.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 3 - View along pinkston drive\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/3-NW-View-along-Pinkston-Dr-cropped2.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 4 - 3307-01-1998-dan-forer\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/3307-01-1998-dan-forer-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 5 - 4153-06-c2017-dan-forer\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/HE-FIU-StartUp-6-cropped.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 6 - SWSH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/swsh-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 7 - DCPS Prototypes\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dcps-prototypes-cropped-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 8 - KWCH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/kwch-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 9 - NTD Model\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/AV-NTD-FIS-4-cropped.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 10 - Dusk 3\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dusk3-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 11 - MDC Science-Gillan\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-science-gillan-2010-018-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 12 - Atlantic Sapphire\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/atlantic-sapphire-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','publish','closed','closed','','home','','','2019-02-04 15:23:40','2019-02-04 15:23:40','',0,'http://02e3761.netsolhost.com/test/?page_id=9',0,'page','',0),(10,1,'2019-01-08 15:01:26','2019-01-08 15:01:26','','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-08 15:01:26','2019-01-08 15:01:26','',9,'http://02e3761.netsolhost.com/test/2019/01/08/9-revision-v1/',0,'revision','',0),(11,1,'2019-01-08 15:01:58','2019-01-08 15:01:58','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.13\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9,14,15,11,16,12,13\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" module_id=\"mcha-fp\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" pagination_font=\"||||||||\" background_layout=\"dark\" custom_padding=\"0px||0px\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','publish','closed','closed','','projects','','','2019-02-22 14:21:16','2019-02-22 14:21:16','',0,'http://02e3761.netsolhost.com/test/?page_id=11',0,'page','',0),(12,1,'2019-01-08 15:01:58','2019-01-08 15:01:58','','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-01-08 15:01:58','2019-01-08 15:01:58','',11,'http://02e3761.netsolhost.com/test/2019/01/08/11-revision-v1/',0,'revision','',0),(13,1,'2019-01-08 15:03:01','2019-01-08 15:03:01','[et_pb_section fb_built=\"1\" admin_label=\"Community Section\" module_id=\"community\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Community\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BAM\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Black Architects in the Making\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"WIA\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Women in Architecture\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Festival of the Trees\" module_id=\"festivalofthetrees\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/00.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Festival Of The Trees\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Advocating for Architects\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Advocating for Architects\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','publish','closed','closed','','community','','','2019-02-18 11:30:37','2019-02-18 11:30:37','',0,'http://02e3761.netsolhost.com/test/?page_id=13',0,'page','',0),(14,1,'2019-01-08 15:03:01','2019-01-08 15:03:01','','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-08 15:03:01','2019-01-08 15:03:01','',13,'http://02e3761.netsolhost.com/test/2019/01/08/13-revision-v1/',0,'revision','',0),(15,1,'2019-01-08 15:03:24','2019-01-08 15:03:24','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe class=\"map\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.13\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" admin_label=\"Thomas M. Carlson, AIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Lourdes Solera, FAIA, RID\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Craig Aquart, AIA, RID,\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"James W. Piersol, AIA, RIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\n<span class=\"note\">Please note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Recognition Section\" module_id=\"recognition\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<span class=\"note\">* Please note that only a select few awards of recognition are shown above. </span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"clients\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','publish','closed','closed','','office','','','2019-02-18 15:42:06','2019-02-18 15:42:06','',0,'http://02e3761.netsolhost.com/test/?page_id=15',0,'page','',0),(16,1,'2019-01-08 15:03:24','2019-01-08 15:03:24','','Office','','inherit','closed','closed','','15-revision-v1','','','2019-01-08 15:03:24','2019-01-08 15:03:24','',15,'http://02e3761.netsolhost.com/test/2019/01/08/15-revision-v1/',0,'revision','',0),(18,1,'2019-01-08 15:05:55','2019-01-08 15:05:55',' ','','','publish','closed','closed','','18','','','2019-01-08 16:13:32','2019-01-08 16:13:32','',0,'http://02e3761.netsolhost.com/test/?p=18',2,'nav_menu_item','',0),(19,1,'2019-01-08 15:05:55','2019-01-08 15:05:55',' ','','','publish','closed','closed','','19','','','2019-01-08 16:13:32','2019-01-08 16:13:32','',0,'http://02e3761.netsolhost.com/test/?p=19',3,'nav_menu_item','',0),(20,1,'2019-01-08 15:05:55','2019-01-08 15:05:55',' ','','','publish','closed','closed','','20','','','2019-01-08 16:13:32','2019-01-08 16:13:32','',0,'http://02e3761.netsolhost.com/test/?p=20',1,'nav_menu_item','',0),(25,1,'2019-01-08 15:09:14','2019-01-08 15:09:14','#top-menu a {\n color: #5c92e5;\n text-transform: lowercase;\n font-size: 1.4em;\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 15:09:14','2019-01-08 15:09:14','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(27,1,'2019-01-08 15:10:08','2019-01-08 15:10:08','#top-menu a {\n color: #5c92e5;\n text-transform: lowercase;\n font-size: 1.4em;\n font-weight: 700\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 15:10:08','2019-01-08 15:10:08','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(29,1,'2019-01-08 15:10:51','2019-01-08 15:10:51','#top-menu a {\n color: #5c92e5;\n text-transform: lowercase;\n font-size: 1.4em;\n font-weight: 700;\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 15:10:51','2019-01-08 15:10:51','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(33,1,'2019-01-08 15:13:34','2019-01-08 15:13:34','#top-menu a {\n text-transform: lowercase;\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 15:13:34','2019-01-08 15:13:34','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(37,1,'2019-01-08 15:15:05','2019-01-08 15:15:05','#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 15:15:05','2019-01-08 15:15:05','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(46,1,'2019-01-08 15:21:23','2019-01-08 15:21:23','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider _builder_version=\"3.19.3\"][et_pb_slide _builder_version=\"3.19.3\" image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-08 15:21:23','2019-01-08 15:21:23','',9,'http://02e3761.netsolhost.com/test/2019/01/08/9-revision-v1/',0,'revision','',0),(49,1,'2019-01-08 15:23:00','2019-01-08 15:23:00','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider _builder_version=\"3.19.3\"][et_pb_slide _builder_version=\"3.19.3\"]<p><img class=\"wp-image-39 alignnone size-full\" src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\" alt=\"home-slider1\" width=\"1200\" height=\"768\" /></p>\n[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider _builder_version=\"3.19.3\"][et_pb_slide _builder_version=\"3.19.3\"]<p><img class=\"wp-image-39 alignnone size-full\" src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\" alt=\"home-slider1\" width=\"1200\" height=\"768\" /></p>\n[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-08 15:23:00','2019-01-08 15:23:00','',9,'http://02e3761.netsolhost.com/test/2019/01/08/9-revision-v1/',0,'revision','',0),(51,1,'2019-01-08 15:25:01','2019-01-08 15:25:01','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider _builder_version=\"3.19.3\"][et_pb_slide _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider _builder_version=\"3.19.3\"][et_pb_slide _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-08 15:25:01','2019-01-08 15:25:01','',9,'http://02e3761.netsolhost.com/test/2019/01/08/9-revision-v1/',0,'revision','',0),(54,1,'2019-01-08 15:29:10','2019-01-08 15:29:10','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider _builder_version=\"3.19.3\"][et_pb_slide _builder_version=\"3.19.3\" image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider _builder_version=\"3.19.3\"][et_pb_slide _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-08 15:29:10','2019-01-08 15:29:10','',9,'http://02e3761.netsolhost.com/test/2019/01/08/9-revision-v1/',0,'revision','',0),(57,1,'2019-01-08 15:32:09','2019-01-08 15:32:09','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider _builder_version=\"3.19.3\"][et_pb_slide image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\" _builder_version=\"3.19.3\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider _builder_version=\"3.19.3\" custom_css_main_element=\"min-height: 56.25vw;\"][et_pb_slide _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-08 15:32:09','2019-01-08 15:32:09','',9,'http://02e3761.netsolhost.com/test/2019/01/08/9-revision-v1/',0,'revision','',0),(58,1,'2019-01-08 15:32:48','2019-01-08 15:32:48','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider _builder_version=\"3.19.3\"][et_pb_slide image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\" _builder_version=\"3.19.3\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider _builder_version=\"3.19.3\" custom_css_slide_image=\"min-height: 56.25vw;\"][et_pb_slide _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-08 15:32:48','2019-01-08 15:32:48','',9,'http://02e3761.netsolhost.com/test/2019/01/08/9-revision-v1/',0,'revision','',0),(61,1,'2019-01-08 15:33:52','2019-01-08 15:33:52','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider _builder_version=\"3.19.3\"][et_pb_slide image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\" _builder_version=\"3.19.3\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider _builder_version=\"3.19.3\" custom_css_slide_image=\"min-height:768px;\"][et_pb_slide _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-08 15:33:52','2019-01-08 15:33:52','',9,'http://02e3761.netsolhost.com/test/2019/01/08/9-revision-v1/',0,'revision','',0),(64,1,'2019-01-08 15:36:15','2019-01-08 15:36:15','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider _builder_version=\"3.19.3\"][et_pb_slide image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\" _builder_version=\"3.19.3\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider _builder_version=\"3.19.3\"][et_pb_slide _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\" background_position=\"top_center\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-08 15:36:15','2019-01-08 15:36:15','',9,'http://02e3761.netsolhost.com/test/2019/01/08/9-revision-v1/',0,'revision','',0),(66,1,'2019-01-08 15:37:13','2019-01-08 15:37:13','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider _builder_version=\"3.19.3\"][et_pb_slide image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\" _builder_version=\"3.19.3\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\" custom_css_main_element=\"min-height: 56.25vw;\"][et_pb_fullwidth_slider _builder_version=\"3.19.3\"][et_pb_slide _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\" background_position=\"top_center\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-08 15:37:13','2019-01-08 15:37:13','',9,'http://02e3761.netsolhost.com/test/2019/01/08/9-revision-v1/',0,'revision','',0),(68,1,'2019-01-08 15:38:23','2019-01-08 15:38:23','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider _builder_version=\"3.19.3\"][et_pb_slide image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\" _builder_version=\"3.19.3\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\" custom_css_main_element=\"min-height: 56.25vw;\"][et_pb_fullwidth_slider _builder_version=\"3.19.3\"][et_pb_slide _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\" background_position=\"top_center\" custom_css_main_element=\"min-height: 56.25vw;\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-08 15:38:23','2019-01-08 15:38:23','',9,'http://02e3761.netsolhost.com/test/2019/01/08/9-revision-v1/',0,'revision','',0),(70,1,'2019-01-08 15:39:03','2019-01-08 15:39:03','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider _builder_version=\"3.19.3\"][et_pb_slide image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\" _builder_version=\"3.19.3\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider _builder_version=\"3.19.3\"][et_pb_slide _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\" background_position=\"top_center\" custom_css_main_element=\"min-height: 56.25vw;\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-08 15:39:03','2019-01-08 15:39:03','',9,'http://02e3761.netsolhost.com/test/2019/01/08/9-revision-v1/',0,'revision','',0),(72,1,'2019-01-08 15:39:52','2019-01-08 15:39:52','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider _builder_version=\"3.19.3\"][et_pb_slide image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\" _builder_version=\"3.19.3\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider _builder_version=\"3.19.3\"][et_pb_slide _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\" background_position=\"top_center\" custom_css_main_element=\"min-height: 57.25vw;\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-08 15:39:52','2019-01-08 15:39:52','',9,'http://02e3761.netsolhost.com/test/2019/01/08/9-revision-v1/',0,'revision','',0),(75,1,'2019-01-08 15:44:24','2019-01-08 15:44:24','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider _builder_version=\"3.19.3\"][et_pb_slide image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\" _builder_version=\"3.19.3\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider _builder_version=\"3.19.3\"][et_pb_slide _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\" background_position=\"top_center\" custom_css_main_element=\"min-height: 63.25vw;\" admin_title=\"Home Slide 1\"][/et_pb_slide][et_pb_slide _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider2.jpg\" background_position=\"top_center\" custom_css_main_element=\"min-height: 63.25vw;\" admin_title=\"Home Slide 2\"][/et_pb_slide][et_pb_slide _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider3.jpg\" background_position=\"top_center\" custom_css_main_element=\"min-height: 63.25vw;\" admin_title=\"Home Slide 3\"][/et_pb_slide][et_pb_slide _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider4.jpg\" background_position=\"top_center\" custom_css_main_element=\"min-height: 63.25vw;\" admin_title=\"Home Slide 4\"][/et_pb_slide][et_pb_slide _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider5.jpg\" background_position=\"top_center\" custom_css_main_element=\"min-height: 63.25vw;\" admin_title=\"Home Slide 5\"][/et_pb_slide][et_pb_slide _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider6.jpg\" background_position=\"top_center\" custom_css_main_element=\"min-height: 63.25vw;\" admin_title=\"Home Slide 6\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-08 15:44:24','2019-01-08 15:44:24','',9,'http://02e3761.netsolhost.com/test/2019/01/08/9-revision-v1/',0,'revision','',0),(78,1,'2019-01-08 15:48:44','2019-01-08 15:48:44','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider _builder_version=\"3.19.3\" auto=\"on\"][et_pb_slide admin_title=\"Home Slide 1\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\" background_position=\"top_center\" custom_css_main_element=\"min-height: 63.25vw;\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 2\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider2.jpg\" background_position=\"top_center\" custom_css_main_element=\"min-height: 63.25vw;\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 3\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider3.jpg\" background_position=\"top_center\" custom_css_main_element=\"min-height: 63.25vw;\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 4\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider4.jpg\" background_position=\"top_center\" custom_css_main_element=\"min-height: 63.25vw;\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 5\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider5.jpg\" background_position=\"top_center\" custom_css_main_element=\"min-height: 63.25vw;\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 6\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider6.jpg\" background_position=\"top_center\" custom_css_main_element=\"min-height: 63.25vw;\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-08 15:48:44','2019-01-08 15:48:44','',9,'http://02e3761.netsolhost.com/test/2019/01/08/9-revision-v1/',0,'revision','',0),(83,1,'2019-01-08 15:56:48','2019-01-08 15:56:48','#main-header {\n background: transparent !important;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 15:56:48','2019-01-08 15:56:48','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(85,1,'2019-01-08 16:01:10','2019-01-08 16:01:10','#main-header {\n \n}\n\nbody.home #main-content {\n margin-top: -100px;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 16:01:10','2019-01-08 16:01:10','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(89,1,'2019-01-08 16:07:36','2019-01-08 16:07:36','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -100px;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 16:07:36','2019-01-08 16:07:36','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(91,1,'2019-01-08 16:08:35','2019-01-08 16:08:35','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 16:08:35','2019-01-08 16:08:35','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(93,1,'2019-01-08 16:10:58','2019-01-08 16:10:58','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider _builder_version=\"3.19.3\" auto=\"on\"][et_pb_slide admin_title=\"Home Slide 1\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\" custom_css_main_element=\"min-height: 63.25vw;\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 2\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider2.jpg\" background_position=\"top_center\" custom_css_main_element=\"min-height: 63.25vw;\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 3\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider3.jpg\" background_position=\"top_center\" custom_css_main_element=\"min-height: 63.25vw;\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 4\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider4.jpg\" background_position=\"top_center\" custom_css_main_element=\"min-height: 63.25vw;\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 5\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider5.jpg\" background_position=\"top_center\" custom_css_main_element=\"min-height: 63.25vw;\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 6\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider6.jpg\" background_position=\"top_center\" custom_css_main_element=\"min-height: 63.25vw;\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-08 16:10:58','2019-01-08 16:10:58','',9,'http://02e3761.netsolhost.com/test/2019/01/08/9-revision-v1/',0,'revision','',0),(95,1,'2019-01-08 17:48:35','2019-01-08 17:48:35','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider _builder_version=\"3.19.3\" auto=\"on\"][et_pb_slide admin_title=\"Home Slide 1\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\" custom_css_main_element=\"height: 100%;\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 2\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider2.jpg\" background_position=\"top_center\" custom_css_main_element=\"min-height: 63.25vw;\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 3\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider3.jpg\" background_position=\"top_center\" custom_css_main_element=\"min-height: 63.25vw;\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 4\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider4.jpg\" background_position=\"top_center\" custom_css_main_element=\"min-height: 63.25vw;\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 5\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider5.jpg\" background_position=\"top_center\" custom_css_main_element=\"min-height: 63.25vw;\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 6\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider6.jpg\" background_position=\"top_center\" custom_css_main_element=\"min-height: 63.25vw;\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-08 17:48:35','2019-01-08 17:48:35','',9,'http://02e3761.netsolhost.com/test/2019/01/08/9-revision-v1/',0,'revision','',0),(98,1,'2019-01-08 17:51:32','2019-01-08 17:51:32','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 17:51:32','2019-01-08 17:51:32','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(100,1,'2019-01-08 17:53:41','2019-01-08 17:53:41','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider _builder_version=\"3.19.3\" auto=\"on\"][et_pb_slide admin_title=\"Home Slide 1\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 2\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider2.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 3\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider3.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 4\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider4.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 5\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider5.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 6\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider6.jpg\" background_position=\"top_center\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-08 17:53:41','2019-01-08 17:53:41','',9,'http://02e3761.netsolhost.com/test/2019/01/08/9-revision-v1/',0,'revision','',0),(103,1,'2019-01-08 17:56:40','2019-01-08 17:56:40','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider _builder_version=\"3.19.3\" auto=\"on\" module_class=\"ds-fw-slider\"][et_pb_slide admin_title=\"Home Slide 1\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider1.jpg\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 2\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider2.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 3\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider3.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 4\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider4.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 5\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider5.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 6\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider6.jpg\" background_position=\"top_center\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-08 17:56:40','2019-01-08 17:56:40','',9,'http://02e3761.netsolhost.com/test/2019/01/08/9-revision-v1/',0,'revision','',0),(105,1,'2019-01-08 17:57:54','2019-01-08 17:57:54','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 50vh;\n height: 50vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 17:57:54','2019-01-08 17:57:54','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(107,1,'2019-01-08 18:00:53','2019-01-08 18:00:53','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 110vh;\n height: 110vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 18:00:53','2019-01-08 18:00:53','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(109,1,'2019-01-08 18:01:43','2019-01-08 18:01:43','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 18:01:43','2019-01-08 18:01:43','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(111,1,'2019-01-08 18:02:38','2019-01-08 18:02:38','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 105vh;\n height: 105vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 18:02:38','2019-01-08 18:02:38','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(113,1,'2019-01-08 18:03:32','2019-01-08 18:03:32','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 103vh;\n height: 103vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 18:03:32','2019-01-08 18:03:32','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(120,1,'2019-01-08 18:08:52','2019-01-08 18:08:52','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider module_class=\"ds-fw-slider\" _builder_version=\"3.19.3\" auto=\"on\"][et_pb_slide admin_title=\"Home Slide 1\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/MDC.jpg\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 2\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/SBC.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 3\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/FIU.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 4\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/Vizcaya.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 5\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/Key-West-CH.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 6\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-slider6.jpg\" background_position=\"top_center\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-08 18:08:52','2019-01-08 18:08:52','',9,'http://02e3761.netsolhost.com/test/2019/01/08/9-revision-v1/',0,'revision','',0),(123,1,'2019-01-08 18:10:25','2019-01-08 18:10:25','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider module_class=\"ds-fw-slider\" _builder_version=\"3.19.3\" auto=\"on\"][et_pb_slide admin_title=\"Home Slide 1\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/MDC.jpg\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 2\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/SBC.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 3\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/FIU.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 4\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/Vizcaya.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 5\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/Key-West-CH.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 6\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/MDC-Int.jpg\" background_position=\"top_center\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-08 18:10:25','2019-01-08 18:10:25','',9,'http://02e3761.netsolhost.com/test/2019/01/08/9-revision-v1/',0,'revision','',0),(126,1,'2019-01-08 18:13:00','2019-01-08 18:13:00','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 104vh;\n height: 104vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 18:13:00','2019-01-08 18:13:00','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(128,1,'2019-01-08 18:16:13','2019-01-08 18:16:13','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100%;\n height: 100%;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 18:16:13','2019-01-08 18:16:13','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(130,1,'2019-01-08 18:17:01','2019-01-08 18:17:01','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 840px;\n height: 840px;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 18:17:01','2019-01-08 18:17:01','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(132,1,'2019-01-08 18:19:57','2019-01-08 18:19:57','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n max-height: 840px;\n height: 100%;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 18:19:57','2019-01-08 18:19:57','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(134,1,'2019-01-08 18:20:24','2019-01-08 18:20:24','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 104vh;\n height: 104vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 18:20:24','2019-01-08 18:20:24','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(136,1,'2019-01-08 18:23:24','2019-01-08 18:23:24','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n/*\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 104vh;\n height: 104vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }*/\n\n.et_pb_slider, .et_pb_slider .et_pb_container {\nheight: 840px !important;\n}\n.et_pb_slider, .et_pb_slider .et_pb_slide {\nmax-height: 840px;\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 18:23:24','2019-01-08 18:23:24','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(138,1,'2019-01-08 18:24:15','2019-01-08 18:24:15','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n/*\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 104vh;\n height: 104vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }*/\n\n.et_pb_slider, .et_pb_slider .et_pb_container {\nheight: 840px !important;\n width: 100%;\n}\n.et_pb_slider, .et_pb_slider .et_pb_slide {\nmax-height: 840px;\n width: 100%;\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 18:24:15','2019-01-08 18:24:15','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(140,1,'2019-01-08 18:24:57','2019-01-08 18:24:57','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n/*\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 104vh;\n height: 104vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }*/\n\n.et_pb_slider, .et_pb_slider .et_pb_container {\nheight: 840px !important;\n width: 100%;\n background-size: cover;\n}\n.et_pb_slider, .et_pb_slider .et_pb_slide {\nmax-height: 840px;\n width: 100%;\n background-size: cover;\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 18:24:57','2019-01-08 18:24:57','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(142,1,'2019-01-08 18:25:15','2019-01-08 18:25:15','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n/*\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 104vh;\n height: 104vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }*/\n\n.et_pb_slider, .et_pb_slider .et_pb_container {\nheight: 840px !important;\n width: 100%;\n background-size: contain;\n}\n.et_pb_slider, .et_pb_slider .et_pb_slide {\nmax-height: 840px;\n width: 100%;\n background-size: contain;\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 18:25:15','2019-01-08 18:25:15','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(144,1,'2019-01-08 18:27:13','2019-01-08 18:27:13','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n/*\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 104vh;\n height: 104vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }*/\n\n.et_pb_slider, .et_pb_slider .et_pb_container {\nheight: 840px !important;\n width: 100%;\n}\n.et_pb_slider, .et_pb_slider .et_pb_slide {\nmax-height: 840px;\n width: 100%;\n background-size: fit;\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 18:27:13','2019-01-08 18:27:13','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(146,1,'2019-01-08 18:27:25','2019-01-08 18:27:25','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n/*\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 104vh;\n height: 104vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }*/\n\n.et_pb_slider, .et_pb_slider .et_pb_container {\nheight: 840px !important;\n width: 100%;\n}\n.et_pb_slider, .et_pb_slider .et_pb_slide {\nmax-height: 840px;\n width: 100%;\n background-size: 100%;\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 18:27:25','2019-01-08 18:27:25','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(148,1,'2019-01-08 18:28:41','2019-01-08 18:28:41','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n/*\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 104vh;\n height: 104vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }*/\n\n.et_pb_slider, .et_pb_slider .et_pb_container {\nheight: 100% !important;\n width: 100%;\n}\n.et_pb_slider, .et_pb_slider .et_pb_slide {\nmax-height: 840px;\n width: 100%;\n background-size: contain;\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 18:28:41','2019-01-08 18:28:41','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(150,1,'2019-01-08 18:29:03','2019-01-08 18:29:03','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n/*\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 104vh;\n height: 104vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }*/\n\n.et_pb_slider, .et_pb_slider .et_pb_container {\nheight: 100% !important;\n width: 100%;\n}\n.et_pb_slider, .et_pb_slider .et_pb_slide {\nmax-height: 840px;\n width: 100%;\n background-size: cover;\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 18:29:03','2019-01-08 18:29:03','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(152,1,'2019-01-08 18:29:38','2019-01-08 18:29:38','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n/*\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 104vh;\n height: 104vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }*/\n\n.et_pb_slider, .et_pb_slider .et_pb_container {\nheight: 840px !important;\n width: 100%;\n}\n.et_pb_slider, .et_pb_slider .et_pb_slide {\nmax-height: 840px;\n width: 100%;\n background-size: cover;\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 18:29:38','2019-01-08 18:29:38','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(154,1,'2019-01-08 18:59:58','2019-01-08 18:59:58','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n/*\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 104vh;\n height: 104vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }*/\n\n/*\n.et_pb_slider, .et_pb_slider .et_pb_container {\nheight: 840px !important;\n width: 100%;\n}\n.et_pb_slider, .et_pb_slider .et_pb_slide {\nmax-height: 840px;\n width: 100%;\n background-size: cover;\n}*/\n\n.ds-fw-slider .et_pb_slides .et_pb_container{\nmin-height: 100% !important;\n height: 100% !important;\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 18:59:58','2019-01-08 18:59:58','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(156,1,'2019-01-08 19:03:30','2019-01-08 19:03:30','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n /*min-height: 104vh;*/\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/*\n.et_pb_slider, .et_pb_slider .et_pb_container {\nheight: 840px !important;\n width: 100%;\n}\n.et_pb_slider, .et_pb_slider .et_pb_slide {\nmax-height: 840px;\n width: 100%;\n background-size: cover;\n}*/\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 19:03:30','2019-01-08 19:03:30','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(158,1,'2019-01-08 19:07:51','2019-01-08 19:07:51','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n.ds-fw-slider {}\n\n/*\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 104vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n*/\n/*\n.et_pb_slider, .et_pb_slider .et_pb_container {\nheight: 840px !important;\n width: 100%;\n}\n.et_pb_slider, .et_pb_slider .et_pb_slide {\nmax-height: 840px;\n width: 100%;\n background-size: cover;\n}*/\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 19:07:51','2019-01-08 19:07:51','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(160,1,'2019-01-08 19:13:25','2019-01-08 19:13:25','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider module_class=\"ds-fw-slider\" _builder_version=\"3.19.3\" auto=\"on\" custom_css_main_element=\"height: 100vh;\"][et_pb_slide admin_title=\"Home Slide 1\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/MDC.jpg\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 2\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/SBC.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 3\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/FIU.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 4\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/Vizcaya.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 5\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/Key-West-CH.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 6\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/MDC-Int.jpg\" background_position=\"top_center\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-08 19:13:25','2019-01-08 19:13:25','',9,'http://02e3761.netsolhost.com/test/2019/01/08/9-revision-v1/',0,'revision','',0),(162,1,'2019-01-08 19:13:57','2019-01-08 19:13:57','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n.et_pb_slide {\n height: 100vh;\n}\n\n/*\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 104vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n*/\n/*\n.et_pb_slider, .et_pb_slider .et_pb_container {\nheight: 840px !important;\n width: 100%;\n}\n.et_pb_slider, .et_pb_slider .et_pb_slide {\nmax-height: 840px;\n width: 100%;\n background-size: cover;\n}*/\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 19:13:57','2019-01-08 19:13:57','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(164,1,'2019-01-08 19:14:16','2019-01-08 19:14:16','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n.ds-fw-slider .et_pb_slide {\n height: 100vh;\n}\n\n/*\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 104vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n*/\n/*\n.et_pb_slider, .et_pb_slider .et_pb_container {\nheight: 840px !important;\n width: 100%;\n}\n.et_pb_slider, .et_pb_slider .et_pb_slide {\nmax-height: 840px;\n width: 100%;\n background-size: cover;\n}*/\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 19:14:16','2019-01-08 19:14:16','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(166,1,'2019-01-08 19:19:15','2019-01-08 19:19:15','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n\n@media only screen and (min-width:981px) {\n .et_pb_slider, .et_pb_slider .et_pb_container {\n height: 840px; /*edit your height here*/\n }\n \n .et_pb_slider, .et_pb_slider .et_pb_slide {\n max-height: 840px; /*edit your height here*/\n }\n \n .et_pb_slider .et_pb_slide_description {\n position: relative;\n top: 20%; /*edit to fit your height here*/\n padding-top: 0 !important;\n padding-bottom:0 !important;\n height:auto !important;\n }\n}\n\n/*\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 104vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n*/\n/*\n.et_pb_slider, .et_pb_slider .et_pb_container {\nheight: 840px !important;\n width: 100%;\n}\n.et_pb_slider, .et_pb_slider .et_pb_slide {\nmax-height: 840px;\n width: 100%;\n background-size: cover;\n}*/\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 19:19:15','2019-01-08 19:19:15','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(168,1,'2019-01-08 19:20:35','2019-01-08 19:20:35','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n\n@media only screen and (min-width:981px) {\n .et_pb_slider, .et_pb_slider .et_pb_container {\n height: 840px; /*edit your height here*/\n }\n \n .et_pb_slider, .et_pb_slider .et_pb_slide {\n max-height: 840px; /*edit your height here*/\n }\n}\n\n/*\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 104vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n*/\n/*\n.et_pb_slider, .et_pb_slider .et_pb_container {\nheight: 840px !important;\n width: 100%;\n}\n.et_pb_slider, .et_pb_slider .et_pb_slide {\nmax-height: 840px;\n width: 100%;\n background-size: cover;\n}*/\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 19:20:35','2019-01-08 19:20:35','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(170,1,'2019-01-08 19:21:42','2019-01-08 19:21:42','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n\n .et_pb_slider, .et_pb_slider .et_pb_container {\n height: 840px; /*edit your height here*/\n }\n \n .et_pb_slider, .et_pb_slider .et_pb_slide {\n max-height: 840px; /*edit your height here*/\n }\n\n/*\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 104vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n*/\n/*\n.et_pb_slider, .et_pb_slider .et_pb_container {\nheight: 840px !important;\n width: 100%;\n}\n.et_pb_slider, .et_pb_slider .et_pb_slide {\nmax-height: 840px;\n width: 100%;\n background-size: cover;\n}*/\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-08 19:21:42','2019-01-08 19:21:42','',5,'http://02e3761.netsolhost.com/test/2019/01/08/5-revision-v1/',0,'revision','',0),(171,1,'2019-01-11 12:55:06','2019-01-11 12:55:06','','mdc-interamerican2-1920px','','inherit','open','closed','','mdc-interamerican2-1920px','','','2019-01-11 12:55:27','2019-01-11 12:55:27','',9,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican2-1920px.jpg',0,'attachment','image/jpeg',0),(173,1,'2019-01-11 12:55:35','2019-01-11 12:55:35','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider module_class=\"ds-fw-slider\" _builder_version=\"3.19.3\" auto=\"on\" custom_css_main_element=\"height: 100vh;\"][et_pb_slide admin_title=\"Home Slide 1\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican2-1920px.jpg\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-11 12:55:35','2019-01-11 12:55:35','',9,'http://02e3761.netsolhost.com/test/2019/01/11/9-revision-v1/',0,'revision','',0),(175,1,'2019-01-11 12:57:03','2019-01-11 12:57:03','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n/*\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 104vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n*/\n/*\n.et_pb_slider, .et_pb_slider .et_pb_container {\nheight: 840px !important;\n width: 100%;\n}\n.et_pb_slider, .et_pb_slider .et_pb_slide {\nmax-height: 840px;\n width: 100%;\n background-size: cover;\n}*/\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 12:57:03','2019-01-11 12:57:03','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(176,1,'2019-01-11 12:59:08','2019-01-11 12:59:08','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider module_class=\"ds-fw-slider\" _builder_version=\"3.19.3\" auto=\"on\" custom_css_main_element=\"height: 100vh;\"][et_pb_slide admin_title=\"Home Slide 1\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican2-1920px.jpg\" custom_css_main_element=\"min-height: 56.25vw;\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-11 12:59:08','2019-01-11 12:59:08','',9,'http://02e3761.netsolhost.com/test/2019/01/11/9-revision-v1/',0,'revision','',0),(179,1,'2019-01-11 13:00:21','2019-01-11 13:00:21','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 104vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:00:21','2019-01-11 13:00:21','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(180,1,'2019-01-11 13:00:41','2019-01-11 13:00:41','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider module_class=\"ds-fw-slider\" _builder_version=\"3.19.3\" auto=\"on\" custom_css_main_element=\"height: 100vh;\"][et_pb_slide admin_title=\"Home Slide 1\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican2-1920px.jpg\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-11 13:00:41','2019-01-11 13:00:41','',9,'http://02e3761.netsolhost.com/test/2019/01/11/9-revision-v1/',0,'revision','',0),(183,1,'2019-01-11 13:01:43','2019-01-11 13:01:43','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: 0px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 104vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:01:43','2019-01-11 13:01:43','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(185,1,'2019-01-11 13:02:10','2019-01-11 13:02:10','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -50px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 104vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:02:10','2019-01-11 13:02:10','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(187,1,'2019-01-11 13:02:45','2019-01-11 13:02:45','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 124vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:02:45','2019-01-11 13:02:45','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(189,1,'2019-01-11 13:04:03','2019-01-11 13:04:03','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: auto;\n height: 120vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:04:03','2019-01-11 13:04:03','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(191,1,'2019-01-11 13:04:25','2019-01-11 13:04:25','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: auto;\n height: 140vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:04:25','2019-01-11 13:04:25','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(193,1,'2019-01-11 13:04:44','2019-01-11 13:04:44','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: auto;\n height: 90vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:04:44','2019-01-11 13:04:44','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(195,1,'2019-01-11 13:05:18','2019-01-11 13:05:18','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 90vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:05:18','2019-01-11 13:05:18','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(197,1,'2019-01-11 13:05:42','2019-01-11 13:05:42','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -150px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:05:42','2019-01-11 13:05:42','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(199,1,'2019-01-11 13:06:09','2019-01-11 13:06:09','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -100px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:06:09','2019-01-11 13:06:09','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(201,1,'2019-01-11 13:06:25','2019-01-11 13:06:25','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: 50px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:06:25','2019-01-11 13:06:25','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(203,1,'2019-01-11 13:06:44','2019-01-11 13:06:44','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -50px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:06:44','2019-01-11 13:06:44','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(205,1,'2019-01-11 13:07:11','2019-01-11 13:07:11','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:07:11','2019-01-11 13:07:11','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(207,1,'2019-01-11 13:07:44','2019-01-11 13:07:44','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 95vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:07:44','2019-01-11 13:07:44','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(209,1,'2019-01-11 13:08:06','2019-01-11 13:08:06','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 95vh;\n height: 95vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:08:06','2019-01-11 13:08:06','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(211,1,'2019-01-11 13:08:29','2019-01-11 13:08:29','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -60px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:08:29','2019-01-11 13:08:29','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(212,1,'2019-01-11 13:09:06','2019-01-11 13:09:06','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider module_class=\"ds-fw-slider\" _builder_version=\"3.19.3\" auto=\"on\" custom_css_main_element=\"height: 100vh;\"][et_pb_slide admin_title=\"Home Slide 1\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican2-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-11 13:09:06','2019-01-11 13:09:06','',9,'http://02e3761.netsolhost.com/test/2019/01/11/9-revision-v1/',0,'revision','',0),(215,1,'2019-01-11 13:09:27','2019-01-11 13:09:27','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -30px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:09:27','2019-01-11 13:09:27','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(217,1,'2019-01-11 13:09:51','2019-01-11 13:09:51','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -90px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:09:51','2019-01-11 13:09:51','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(220,1,'2019-01-11 13:11:46','2019-01-11 13:11:46','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -90px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 95vh;\n height: 95vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:11:46','2019-01-11 13:11:46','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(222,1,'2019-01-11 13:12:18','2019-01-11 13:12:18','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -90px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 97vh;\n height: 97vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:12:18','2019-01-11 13:12:18','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(224,1,'2019-01-11 13:12:48','2019-01-11 13:12:48','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -90px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:12:48','2019-01-11 13:12:48','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(226,1,'2019-01-11 13:13:24','2019-01-11 13:13:24','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -90px;\n overflow-y: hidden !important;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:13:24','2019-01-11 13:13:24','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(228,1,'2019-01-11 13:15:42','2019-01-11 13:15:42','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -90px;\n overflow: hidden !important;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:15:42','2019-01-11 13:15:42','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(230,1,'2019-01-11 13:16:05','2019-01-11 13:16:05','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -90px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:16:05','2019-01-11 13:16:05','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(232,1,'2019-01-11 13:17:28','2019-01-11 13:17:28','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home #main-content {\n margin-top: -90px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 98vh;\n height: 98vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:17:28','2019-01-11 13:17:28','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(234,1,'2019-01-11 13:19:43','2019-01-11 13:19:43','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -90px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 98vh;\n height: 98vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:19:43','2019-01-11 13:19:43','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(236,1,'2019-01-11 13:20:10','2019-01-11 13:20:10','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -90px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:20:10','2019-01-11 13:20:10','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(238,1,'2019-01-11 13:22:53','2019-01-11 13:22:53','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -90px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 105vh;\n height: 105vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:22:53','2019-01-11 13:22:53','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(240,1,'2019-01-11 13:23:55','2019-01-11 13:23:55','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -90px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 115vh;\n height: 115vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:23:55','2019-01-11 13:23:55','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(242,1,'2019-01-11 13:24:41','2019-01-11 13:24:41','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -90px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 125vh;\n height: 125vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:24:41','2019-01-11 13:24:41','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(244,1,'2019-01-11 13:25:26','2019-01-11 13:25:26','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -90px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 95vh;\n height: 95vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:25:26','2019-01-11 13:25:26','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(246,1,'2019-01-11 13:25:58','2019-01-11 13:25:58','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -90px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 120vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:25:58','2019-01-11 13:25:58','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(248,1,'2019-01-11 13:26:34','2019-01-11 13:26:34','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -90px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 120vh;\n height: 120vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:26:34','2019-01-11 13:26:34','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(250,1,'2019-01-11 13:27:15','2019-01-11 13:27:15','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -70px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 120vh;\n height: 120vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:27:15','2019-01-11 13:27:15','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(252,1,'2019-01-11 13:27:48','2019-01-11 13:27:48','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 120vh;\n height: 120vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:27:48','2019-01-11 13:27:48','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(254,1,'2019-01-11 13:29:20','2019-01-11 13:29:20','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg-1.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 13:29:20','2019-01-11 13:29:20','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(256,1,'2019-01-11 13:32:01','2019-01-11 13:32:01','','mdc-interamerican-1920px','','inherit','open','closed','','mdc-interamerican-1920px','','','2019-01-11 13:32:30','2019-01-11 13:32:30','',9,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican-1920px.jpg',0,'attachment','image/jpeg',0),(257,1,'2019-01-11 13:33:31','2019-01-11 13:33:31','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider module_class=\"ds-fw-slider\" _builder_version=\"3.19.3\" auto=\"on\" custom_css_main_element=\"height: 100vh;\"][et_pb_slide admin_title=\"Home Slide 1 - MDC Interamerican (Building - Outside)\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 2 - MDC Interamerican - Building (Inside)\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican2-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-11 13:33:31','2019-01-11 13:33:31','',9,'http://02e3761.netsolhost.com/test/2019/01/11/9-revision-v1/',0,'revision','',0),(260,1,'2019-01-11 13:37:00','2019-01-11 13:37:00','','view-along-pinkston-drive-1920px','','inherit','open','closed','','view-along-pinkston-drive-1920px','','','2019-01-11 13:37:15','2019-01-11 13:37:15','',9,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/view-along-pinkston-drive-1920px.jpg',0,'attachment','image/jpeg',0),(261,1,'2019-01-11 13:38:03','2019-01-11 13:38:03','','3307-01-1998-dan-forer-1920px','','inherit','open','closed','','3307-01-1998-dan-forer-1920px','','','2019-01-11 13:38:18','2019-01-11 13:38:18','',9,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/3307-01-1998-dan-forer-1920px.jpg',0,'attachment','image/jpeg',0),(263,1,'2019-01-11 13:39:37','2019-01-11 13:39:37','','swsh-1920px','','inherit','open','closed','','swsh-1920px','','','2019-01-11 13:39:55','2019-01-11 13:39:55','',9,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/swsh-1920px.jpg',0,'attachment','image/jpeg',0),(264,1,'2019-01-11 13:40:16','2019-01-11 13:40:16','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider module_class=\"ds-fw-slider\" _builder_version=\"3.19.3\" auto=\"on\" custom_css_main_element=\"height: 100vh;\"][et_pb_slide admin_title=\"Home Slide 1 - MDC Interamerican (Building - Outside)\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 2 - MDC Interamerican - Building (Inside)\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican2-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 3 - View along pinkston drive\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/view-along-pinkston-drive-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 4 - 3307-01-1998-dan-forer\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/3307-01-1998-dan-forer-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 5 - 4153-06-c2017-dan-forer\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/4153-06-c2017-dan-forer-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 6 - SWSH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/swsh-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-11 13:40:16','2019-01-11 13:40:16','',9,'http://02e3761.netsolhost.com/test/2019/01/11/9-revision-v1/',0,'revision','',0),(267,1,'2019-01-11 13:43:11','2019-01-11 13:43:11','','kwch-1920px','','inherit','open','closed','','kwch-1920px','','','2019-01-11 13:43:28','2019-01-11 13:43:28','',9,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/kwch-1920px.jpg',0,'attachment','image/jpeg',0),(268,1,'2019-01-11 13:43:52','2019-01-11 13:43:52','','ntd-model1-1920px','','inherit','open','closed','','ntd-model1-1920px','','','2019-01-11 13:43:52','2019-01-11 13:43:52','',9,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ntd-model1-1920px.jpg',0,'attachment','image/jpeg',0),(269,1,'2019-01-11 13:44:54','2019-01-11 13:44:54','','dusk3-1920px','','inherit','open','closed','','dusk3-1920px','','','2019-01-11 13:45:10','2019-01-11 13:45:10','',9,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dusk3-1920px.jpg',0,'attachment','image/jpeg',0),(270,1,'2019-01-11 13:46:02','2019-01-11 13:46:02','','mdc-science-gillan-2010-018-1920px','','inherit','open','closed','','mdc-science-gillan-2010-018-1920px','','','2019-01-11 13:46:02','2019-01-11 13:46:02','',9,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-science-gillan-2010-018-1920px.jpg',0,'attachment','image/jpeg',0),(271,1,'2019-01-11 13:46:43','2019-01-11 13:46:43','','atlantic-sapphire-1920px','','inherit','open','closed','','atlantic-sapphire-1920px','','','2019-01-11 13:46:58','2019-01-11 13:46:58','',9,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/atlantic-sapphire-1920px.jpg',0,'attachment','image/jpeg',0),(272,1,'2019-01-11 13:47:17','2019-01-11 13:47:17','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider module_class=\"ds-fw-slider\" _builder_version=\"3.19.3\" auto=\"on\" custom_css_main_element=\"height: 100vh;\"][et_pb_slide admin_title=\"Home Slide 1 - MDC Interamerican (Building - Outside)\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 2 - MDC Interamerican - Building (Inside)\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican2-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 3 - View along pinkston drive\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/view-along-pinkston-drive-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 4 - 3307-01-1998-dan-forer\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/3307-01-1998-dan-forer-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 5 - 4153-06-c2017-dan-forer\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/4153-06-c2017-dan-forer-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 6 - SWSH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/swsh-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 7 - DCPS Prototypes\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dcps-prototypes-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 8 - KWCH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/kwch-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 9 - NTD Model\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ntd-model1-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 10 - Dusk 3\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dusk3-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 11 - MDC Science-Gillan\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-science-gillan-2010-018-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 12 - Atlantic Sapphire\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/atlantic-sapphire-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-11 13:47:17','2019-01-11 13:47:17','',9,'http://02e3761.netsolhost.com/test/2019/01/11/9-revision-v1/',0,'revision','',0),(274,1,'2019-01-11 15:58:00','2019-01-11 15:58:00','','dcps-prototypes-cropped-1920px','','inherit','open','closed','','dcps-prototypes-cropped-1920px','','','2019-01-11 15:58:18','2019-01-11 15:58:18','',9,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dcps-prototypes-cropped-1920px.jpg',0,'attachment','image/jpeg',0),(276,1,'2019-01-11 15:58:44','2019-01-11 15:58:44','','4153-06-c2017-dan-forer-cropped-1920px','','inherit','open','closed','','4153-06-c2017-dan-forer-cropped-1920px','','','2019-01-11 15:58:57','2019-01-11 15:58:57','',9,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/4153-06-c2017-dan-forer-cropped-1920px.jpg',0,'attachment','image/jpeg',0),(277,1,'2019-01-11 15:59:01','2019-01-11 15:59:01','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider module_class=\"ds-fw-slider\" _builder_version=\"3.19.3\" auto=\"on\" custom_css_main_element=\"height: 100vh;\"][et_pb_slide admin_title=\"Home Slide 1 - MDC Interamerican (Building - Outside)\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 2 - MDC Interamerican - Building (Inside)\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican2-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 3 - View along pinkston drive\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/view-along-pinkston-drive-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 4 - 3307-01-1998-dan-forer\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/3307-01-1998-dan-forer-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 5 - 4153-06-c2017-dan-forer\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/4153-06-c2017-dan-forer-cropped-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 6 - SWSH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/swsh-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 7 - DCPS Prototypes\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dcps-prototypes-cropped-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 8 - KWCH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/kwch-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 9 - NTD Model\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ntd-model1-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 10 - Dusk 3\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dusk3-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 11 - MDC Science-Gillan\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-science-gillan-2010-018-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 12 - Atlantic Sapphire\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/atlantic-sapphire-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-11 15:59:01','2019-01-11 15:59:01','',9,'http://02e3761.netsolhost.com/test/2019/01/11/9-revision-v1/',0,'revision','',0),(279,1,'2019-01-11 16:02:25','2019-01-11 16:02:25','','home-header-opaque-bg2','','inherit','open','closed','','home-header-opaque-bg2','','','2019-01-11 16:02:25','2019-01-11 16:02:25','',0,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg2.png',0,'attachment','image/png',0),(281,1,'2019-01-11 16:03:24','2019-01-11 16:03:24','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg2.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 16:03:24','2019-01-11 16:03:24','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(283,1,'2019-01-11 16:09:05','2019-01-11 16:09:05','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg2.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 16:09:05','2019-01-11 16:09:05','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(284,1,'2019-01-11 16:11:29','2019-01-11 16:11:29','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider module_class=\"ds-fw-slider\" _builder_version=\"3.19.3\" auto=\"on\" custom_css_main_element=\"height: 100vh;\" auto_ignore_hover=\"on\"][et_pb_slide admin_title=\"Home Slide 1 - MDC Interamerican (Building - Outside)\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 2 - MDC Interamerican - Building (Inside)\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican2-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 3 - View along pinkston drive\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/view-along-pinkston-drive-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 4 - 3307-01-1998-dan-forer\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/3307-01-1998-dan-forer-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 5 - 4153-06-c2017-dan-forer\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/4153-06-c2017-dan-forer-cropped-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 6 - SWSH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/swsh-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 7 - DCPS Prototypes\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dcps-prototypes-cropped-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 8 - KWCH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/kwch-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 9 - NTD Model\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ntd-model1-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 10 - Dusk 3\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dusk3-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 11 - MDC Science-Gillan\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-science-gillan-2010-018-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 12 - Atlantic Sapphire\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/atlantic-sapphire-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-11 16:11:29','2019-01-11 16:11:29','',9,'http://02e3761.netsolhost.com/test/2019/01/11/9-revision-v1/',0,'revision','',0),(287,1,'2019-01-11 17:33:10','2019-01-11 17:33:10','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg2.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-11 17:33:10','2019-01-11 17:33:10','',5,'http://02e3761.netsolhost.com/test/2019/01/11/5-revision-v1/',0,'revision','',0),(292,1,'2019-01-18 17:28:28','2019-01-18 17:28:28','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Community[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Text Block 1[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Text Block 2[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-18 17:28:28','2019-01-18 17:28:28','',13,'http://02e3761.netsolhost.com/test/2019/01/18/13-revision-v1/',0,'revision','',0),(294,1,'2019-01-18 17:31:30','2019-01-18 17:31:30','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Community[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Text Block 1[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Text Block 2[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dusk3-1920px.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Black Architects in the Making[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-18 17:31:30','2019-01-18 17:31:30','',13,'http://02e3761.netsolhost.com/test/2019/01/18/13-revision-v1/',0,'revision','',0),(296,1,'2019-01-18 17:33:51','2019-01-18 17:33:51','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Text Block 1[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Text Block 2[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dusk3-1920px.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Black Architects in the Making[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-18 17:33:51','2019-01-18 17:33:51','',13,'http://02e3761.netsolhost.com/test/2019/01/18/13-revision-v1/',0,'revision','',0),(299,1,'2019-01-18 17:35:36','2019-01-18 17:35:36','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Text Block 1[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Text Block 2[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dusk3-1920px.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Black Architects in the Making[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Text Block 1[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Text Block 2[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]video here[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message....[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-18 17:35:36','2019-01-18 17:35:36','',13,'http://02e3761.netsolhost.com/test/2019/01/18/13-revision-v1/',0,'revision','',0),(302,1,'2019-01-18 17:41:56','2019-01-18 17:41:56','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dusk3-1920px.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Black Architects in the Making[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]video here[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-18 17:41:56','2019-01-18 17:41:56','',13,'http://02e3761.netsolhost.com/test/2019/01/18/13-revision-v1/',0,'revision','',0),(303,1,'2019-01-18 17:44:40','2019-01-18 17:44:40','','mcha-logo','','inherit','open','closed','','mcha-logo','','','2019-01-18 17:44:49','2019-01-18 17:44:49','',0,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mcha-logo.jpg',0,'attachment','image/jpeg',0),(305,1,'2019-01-18 18:06:43','2019-01-18 18:06:43','','black-architects-in-the-making','','inherit','open','closed','','black-architects-in-the-making','','','2019-01-18 18:06:54','2019-01-18 18:06:54','',13,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg',0,'attachment','image/jpeg',0),(306,1,'2019-01-18 18:06:58','2019-01-18 18:06:58','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Black Architects in the Making[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]video here[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-18 18:06:58','2019-01-18 18:06:58','',13,'http://02e3761.netsolhost.com/test/2019/01/18/13-revision-v1/',0,'revision','',0),(309,1,'2019-01-18 18:08:33','2019-01-18 18:08:33','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Black Architects in the Making[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image align=\"center\" force_fullwidth=\"on\" _builder_version=\"3.19.3\" src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]video here[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-18 18:08:33','2019-01-18 18:08:33','',13,'http://02e3761.netsolhost.com/test/2019/01/18/13-revision-v1/',0,'revision','',0),(312,1,'2019-01-18 18:14:37','2019-01-18 18:14:37','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg2.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay .et_pb_blurb_content {\n display: flex;\n flex-direction: row;\n justify-content: center;\n}\n\n.image-with-text-overlay .et_pb_blurb_container {\n position: absolute;\n align-self: center;\n }\n\n.image-with-text-overlay .et_pb_main_blurb_image {\n visibility: hidden;\n margin: 0;\n}\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-18 18:14:37','2019-01-18 18:14:37','',5,'http://02e3761.netsolhost.com/test/2019/01/18/5-revision-v1/',0,'revision','',0),(313,1,'2019-01-18 18:14:56','2019-01-18 18:14:56','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Black Architects in the Making[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb _builder_version=\"3.19.3\" title=\"Black Architects in the Making\" module_class=\"image-with-text-overlay\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]video here[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-18 18:14:56','2019-01-18 18:14:56','',13,'http://02e3761.netsolhost.com/test/2019/01/18/13-revision-v1/',0,'revision','',0),(315,1,'2019-01-18 18:17:12','2019-01-18 18:17:12','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Black Architects in the Making[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Black Architects in the Making\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]video here[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-18 18:17:12','2019-01-18 18:17:12','',13,'http://02e3761.netsolhost.com/test/2019/01/18/13-revision-v1/',0,'revision','',0),(316,1,'2019-01-18 18:18:35','2019-01-18 18:18:35','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Black Architects in the Making[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Black Architects in the Making\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]video here[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-18 18:18:35','2019-01-18 18:18:35','',13,'http://02e3761.netsolhost.com/test/2019/01/18/13-revision-v1/',0,'revision','',0),(319,1,'2019-01-18 18:20:08','2019-01-18 18:20:08','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg2.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay .et_pb_blurb_content {\n display: flex;\n flex-direction: row;\n justify-content: center;\n}\n\n.image-with-text-overlay .et_pb_blurb_container {\n position: absolute;\n align-self: center;\n }\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-18 18:20:08','2019-01-18 18:20:08','',5,'http://02e3761.netsolhost.com/test/2019/01/18/5-revision-v1/',0,'revision','',0),(321,1,'2019-01-18 18:20:41','2019-01-18 18:20:41','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg2.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay .et_pb_blurb_content {\n display: flex;\n flex-direction: row;\n justify-content: center;\n}\n\n.image-with-text-overlay .et_pb_blurb_container {\n position: absolute;\n align-self: center;\n }\n\n.image-with-text-overlay .et_pb_main_blurb_image {\n visibility: hidden;\n margin: 0;\n}\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-18 18:20:41','2019-01-18 18:20:41','',5,'http://02e3761.netsolhost.com/test/2019/01/18/5-revision-v1/',0,'revision','',0),(323,1,'2019-01-18 18:21:23','2019-01-18 18:21:23','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg2.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-18 18:21:23','2019-01-18 18:21:23','',5,'http://02e3761.netsolhost.com/test/2019/01/18/5-revision-v1/',0,'revision','',0),(325,1,'2019-01-18 18:22:45','2019-01-18 18:22:45','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Black Architects in the Making[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Black Architects in the Making\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size=\"initial\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]video here[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-18 18:22:45','2019-01-18 18:22:45','',13,'http://02e3761.netsolhost.com/test/2019/01/18/13-revision-v1/',0,'revision','',0),(327,1,'2019-01-18 18:26:45','2019-01-18 18:26:45','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Black Architects in the Making[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Black Architects in the Making\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size=\"contain\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]video here[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-18 18:26:45','2019-01-18 18:26:45','',13,'http://02e3761.netsolhost.com/test/2019/01/18/13-revision-v1/',0,'revision','',0),(329,1,'2019-01-18 18:30:57','2019-01-18 18:30:57','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Black Architects in the Making[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Black Architects in the Making\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size=\"contain\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]video here[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-18 18:30:57','2019-01-18 18:30:57','',13,'http://02e3761.netsolhost.com/test/2019/01/18/13-revision-v1/',0,'revision','',0),(331,1,'2019-01-18 18:33:31','2019-01-18 18:33:31','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" custom_padding=\"50px||50px\"]Black Architects in the Making[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Black Architects in the Making\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size=\"contain\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]video here[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-18 18:33:31','2019-01-18 18:33:31','',13,'http://02e3761.netsolhost.com/test/2019/01/18/13-revision-v1/',0,'revision','',0),(333,1,'2019-01-18 18:34:56','2019-01-18 18:34:56','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" custom_padding=\"170px||170px\"]Black Architects in the Making[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Black Architects in the Making\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size=\"contain\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]video here[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-18 18:34:56','2019-01-18 18:34:56','',13,'http://02e3761.netsolhost.com/test/2019/01/18/13-revision-v1/',0,'revision','',0),(336,1,'2019-01-18 18:37:41','2019-01-18 18:37:41','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" _builder_version=\"3.19.3\" background_size_1=\"contain\" background_repeat_1=\"no-repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"contain\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" custom_padding=\"170px||170px\"]Black Architects in the Making[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Black Architects in the Making\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size=\"contain\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]video here[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-18 18:37:41','2019-01-18 18:37:41','',13,'http://02e3761.netsolhost.com/test/2019/01/18/13-revision-v1/',0,'revision','',0),(339,1,'2019-01-18 18:41:33','2019-01-18 18:41:33','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"contain\" background_repeat_1=\"no-repeat\" _builder_version=\"3.19.3\" module_class=\"image-with-text-overlay\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"contain\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" custom_padding=\"170px||170px\"]Black Architects in the Making[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Black Architects in the Making\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size=\"contain\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]video here[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-18 18:41:33','2019-01-18 18:41:33','',13,'http://02e3761.netsolhost.com/test/2019/01/18/13-revision-v1/',0,'revision','',0),(341,1,'2019-01-18 18:41:54','2019-01-18 18:41:54','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg2.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n@media all and (max-width:980px) {\n .image-with-text-overlay {\n padding: 0;\n }\n}\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-18 18:41:54','2019-01-18 18:41:54','',5,'http://02e3761.netsolhost.com/test/2019/01/18/5-revision-v1/',0,'revision','',0),(343,1,'2019-01-18 18:43:24','2019-01-18 18:43:24','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg2.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n@media all and (max-width:980px) {\n .image-with-text-overlay {\n padding: 0 !important;\n }\n}\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-18 18:43:24','2019-01-18 18:43:24','',5,'http://02e3761.netsolhost.com/test/2019/01/18/5-revision-v1/',0,'revision','',0),(345,1,'2019-01-18 18:44:18','2019-01-18 18:44:18','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg2.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 0 !important;\n }\n}\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-18 18:44:18','2019-01-18 18:44:18','',5,'http://02e3761.netsolhost.com/test/2019/01/18/5-revision-v1/',0,'revision','',0),(347,1,'2019-01-18 18:45:03','2019-01-18 18:45:03','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg2.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 80px 0 !important;\n }\n}\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-18 18:45:03','2019-01-18 18:45:03','',5,'http://02e3761.netsolhost.com/test/2019/01/18/5-revision-v1/',0,'revision','',0),(349,1,'2019-01-18 18:47:02','2019-01-18 18:47:02','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg2.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 0px 0 !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 100px 0 !important;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 140px 0 !important;\n }\n}\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-18 18:47:02','2019-01-18 18:47:02','',5,'http://02e3761.netsolhost.com/test/2019/01/18/5-revision-v1/',0,'revision','',0),(351,1,'2019-01-18 18:48:08','2019-01-18 18:48:08','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg2.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 0px 0 !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 100px 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 140px 0;\n }\n}\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-18 18:48:08','2019-01-18 18:48:08','',5,'http://02e3761.netsolhost.com/test/2019/01/18/5-revision-v1/',0,'revision','',0),(353,1,'2019-01-18 18:49:53','2019-01-18 18:49:53','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg2.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 0px 0 !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 100px 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 140px 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 170px 0;\n }\n}\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-18 18:49:53','2019-01-18 18:49:53','',5,'http://02e3761.netsolhost.com/test/2019/01/18/5-revision-v1/',0,'revision','',0),(354,1,'2019-01-18 18:50:21','2019-01-18 18:50:21','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"contain\" background_repeat_1=\"no-repeat\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"contain\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" custom_padding=\"||\"]Black Architects in the Making[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Black Architects in the Making\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size=\"contain\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]video here[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-18 18:50:21','2019-01-18 18:50:21','',13,'http://02e3761.netsolhost.com/test/2019/01/18/13-revision-v1/',0,'revision','',0),(357,1,'2019-01-18 18:51:43','2019-01-18 18:51:43','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg2.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 50px 0 !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 100px 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 140px 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 170px 0;\n }\n}\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-18 18:51:43','2019-01-18 18:51:43','',5,'http://02e3761.netsolhost.com/test/2019/01/18/5-revision-v1/',0,'revision','',0),(358,1,'2019-01-18 18:52:05','2019-01-18 18:52:05','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"contain\" background_repeat_1=\"no-repeat\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"contain\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" custom_padding=\"||\"]Black Architects in the Making[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]video here[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-18 18:52:05','2019-01-18 18:52:05','',13,'http://02e3761.netsolhost.com/test/2019/01/18/13-revision-v1/',0,'revision','',0),(360,1,'2019-01-18 18:55:51','2019-01-18 18:55:51','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"contain\" background_repeat_1=\"no-repeat\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"contain\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" custom_padding=\"||\" header_font=\"|700|||||||\" header_text_color=\"#ffffff\" header_font_size=\"45px\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]video here[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-18 18:55:51','2019-01-18 18:55:51','',13,'http://02e3761.netsolhost.com/test/2019/01/18/13-revision-v1/',0,'revision','',0),(363,1,'2019-01-18 18:58:19','2019-01-18 18:58:19','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"contain\" background_repeat_1=\"no-repeat\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"contain\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_color=\"#ffffff\" header_font_size=\"45px\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" custom_padding=\"||\" header_text_align=\"center\" header_text_shadow_style=\"preset1\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]video here[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-18 18:58:19','2019-01-18 18:58:19','',13,'http://02e3761.netsolhost.com/test/2019/01/18/13-revision-v1/',0,'revision','',0),(365,1,'2019-01-18 18:59:10','2019-01-18 18:59:10','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"contain\" background_repeat_1=\"no-repeat\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"contain\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"65px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]video here[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-18 18:59:10','2019-01-18 18:59:10','',13,'http://02e3761.netsolhost.com/test/2019/01/18/13-revision-v1/',0,'revision','',0),(367,1,'2019-01-18 19:00:53','2019-01-18 19:00:53','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"contain\" background_repeat_1=\"no-repeat\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"contain\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"65px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" custom_padding=\"||\" max_width=\"50%\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]video here[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-18 19:00:53','2019-01-18 19:00:53','',13,'http://02e3761.netsolhost.com/test/2019/01/18/13-revision-v1/',0,'revision','',0),(369,1,'2019-01-18 19:18:01','2019-01-18 19:18:01','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"contain\" background_repeat_1=\"no-repeat\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"contain\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"65px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" custom_padding=\"||\" module_alignment=\"center\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]video here[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-18 19:18:01','2019-01-18 19:18:01','',13,'http://02e3761.netsolhost.com/test/2019/01/18/13-revision-v1/',0,'revision','',0),(372,1,'2019-01-18 19:20:43','2019-01-18 19:20:43','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg2.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 50px 0 !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 60px 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 90px 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 110px 0;\n }\n}\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-18 19:20:43','2019-01-18 19:20:43','',5,'http://02e3761.netsolhost.com/test/2019/01/18/5-revision-v1/',0,'revision','',0),(374,1,'2019-01-18 19:24:40','2019-01-18 19:24:40','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg2.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 2em !important;\n}\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 50px 0 !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 60px 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 90px 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 110px 0;\n }\n}\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-18 19:24:40','2019-01-18 19:24:40','',5,'http://02e3761.netsolhost.com/test/2019/01/18/5-revision-v1/',0,'revision','',0),(376,1,'2019-01-18 19:26:50','2019-01-18 19:26:50','#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg2.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 2em !important;\n}\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 50px 0 !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 80px 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 120px 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 160px 0;\n }\n}\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-18 19:26:50','2019-01-18 19:26:50','',5,'http://02e3761.netsolhost.com/test/2019/01/18/5-revision-v1/',0,'revision','',0),(378,1,'2019-01-22 15:24:34','2019-01-22 15:24:34','','mcharryassociates-logo','','inherit','open','closed','','mcharryassociates-logo','','','2019-01-22 15:25:08','2019-01-22 15:25:08','',0,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mcharryassociates-logo.png',0,'attachment','image/png',0),(381,1,'2019-01-22 15:31:02','2019-01-22 15:31:02','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg2.png\") !important;\n background-color: transparent;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 2em !important;\n}\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 50px 0 !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 80px 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 120px 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 160px 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-22 15:31:02','2019-01-22 15:31:02','',5,'http://02e3761.netsolhost.com/test/2019/01/22/5-revision-v1/',0,'revision','',0),(383,1,'2019-01-22 15:32:43','2019-01-22 15:32:43','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg2.png\") !important;\n background-color: transparent;\n padding: 0 0 35px 0;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 2em !important;\n}\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 50px 0 !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 80px 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 120px 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 160px 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-22 15:32:43','2019-01-22 15:32:43','',5,'http://02e3761.netsolhost.com/test/2019/01/22/5-revision-v1/',0,'revision','',0),(387,1,'2019-01-22 15:57:15','2019-01-22 15:57:15','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-bg2.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 2em !important;\n}\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 50px 0 !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 80px 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 120px 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 160px 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-22 15:57:15','2019-01-22 15:57:15','',5,'http://02e3761.netsolhost.com/test/2019/01/22/5-revision-v1/',0,'revision','',0),(395,1,'2019-01-22 16:03:52','2019-01-22 16:03:52','','mcharry-logo-350px','','inherit','open','closed','','mcharry-logo-350px','','','2019-01-22 16:04:00','2019-01-22 16:04:00','',0,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mcharry-logo-350px.png',0,'attachment','image/png',0),(399,1,'2019-01-22 16:34:15','2019-01-22 16:34:15','','community-img2','','inherit','open','closed','','community-img2','','','2019-01-22 16:34:22','2019-01-22 16:34:22','',13,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg',0,'attachment','image/jpeg',0),(400,1,'2019-01-22 16:34:37','2019-01-22 16:34:37','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"contain\" background_repeat_1=\"no-repeat\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"contain\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"65px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image _builder_version=\"3.19.3\" src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]video here[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-22 16:34:37','2019-01-22 16:34:37','',13,'http://02e3761.netsolhost.com/test/2019/01/22/13-revision-v1/',0,'revision','',0),(401,1,'2019-01-22 16:35:47','2019-01-22 16:35:47','','community-img3','','inherit','open','closed','','community-img3','','','2019-01-22 16:35:53','2019-01-22 16:35:53','',13,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg',0,'attachment','image/jpeg',0),(403,1,'2019-01-22 16:35:59','2019-01-22 16:35:59','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"contain\" background_repeat_1=\"no-repeat\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"contain\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"65px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image _builder_version=\"3.19.3\" src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]video here[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-22 16:35:59','2019-01-22 16:35:59','',13,'http://02e3761.netsolhost.com/test/2019/01/22/13-revision-v1/',0,'revision','',0),(405,1,'2019-01-22 16:37:20','2019-01-22 16:37:20','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"contain\" background_repeat_1=\"no-repeat\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"contain\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"65px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]video here[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-22 16:37:20','2019-01-22 16:37:20','',13,'http://02e3761.netsolhost.com/test/2019/01/22/13-revision-v1/',0,'revision','',0),(407,1,'2019-01-22 16:38:23','2019-01-22 16:38:23','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"contain\" background_repeat_1=\"no-repeat\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"contain\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"65px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]video here[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-22 16:38:23','2019-01-22 16:38:23','',13,'http://02e3761.netsolhost.com/test/2019/01/22/13-revision-v1/',0,'revision','',0),(409,1,'2019-01-22 16:43:35','2019-01-22 16:43:35','','home-header-opaque-background','','inherit','open','closed','','home-header-opaque-background','','','2019-01-22 16:43:35','2019-01-22 16:43:35','',0,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png',0,'attachment','image/png',0),(411,1,'2019-01-22 16:43:56','2019-01-22 16:43:56','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 2em !important;\n}\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 50px 0 !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 80px 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 120px 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 160px 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-22 16:43:56','2019-01-22 16:43:56','',5,'http://02e3761.netsolhost.com/test/2019/01/22/5-revision-v1/',0,'revision','',0),(413,1,'2019-01-22 16:49:42','2019-01-22 16:49:42','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#page-container {\n padding-top: 0;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 2em !important;\n}\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 50px 0 !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 80px 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 120px 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 160px 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-22 16:49:42','2019-01-22 16:49:42','',5,'http://02e3761.netsolhost.com/test/2019/01/22/5-revision-v1/',0,'revision','',0),(415,1,'2019-01-22 16:50:07','2019-01-22 16:50:07','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#page-container {\n padding-top: 0 !important;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 2em !important;\n}\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 50px 0 !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 80px 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 120px 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 160px 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-22 16:50:07','2019-01-22 16:50:07','',5,'http://02e3761.netsolhost.com/test/2019/01/22/5-revision-v1/',0,'revision','',0),(417,1,'2019-01-22 16:51:52','2019-01-22 16:51:52','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#page-container {\n padding-top: 0 !important;\n padding-bottom: 98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 2em !important;\n}\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 50px 0 !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 80px 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 120px 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 160px 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-22 16:51:52','2019-01-22 16:51:52','',5,'http://02e3761.netsolhost.com/test/2019/01/22/5-revision-v1/',0,'revision','',0),(419,1,'2019-01-22 16:52:23','2019-01-22 16:52:23','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#page-container {\n \n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 2em !important;\n}\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 50px 0 !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 80px 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 120px 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 160px 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-22 16:52:23','2019-01-22 16:52:23','',5,'http://02e3761.netsolhost.com/test/2019/01/22/5-revision-v1/',0,'revision','',0),(421,1,'2019-01-22 16:55:41','2019-01-22 16:55:41','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 2em !important;\n}\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 50px 0 !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 80px 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 120px 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 160px 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-22 16:55:41','2019-01-22 16:55:41','',5,'http://02e3761.netsolhost.com/test/2019/01/22/5-revision-v1/',0,'revision','',0),(422,1,'2019-01-22 16:57:28','2019-01-22 16:57:28','','community-video-clip','','inherit','open','closed','','community-video-clip','','','2019-01-22 16:57:39','2019-01-22 16:57:39','',13,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg',0,'attachment','image/jpeg',0),(423,1,'2019-01-22 16:57:48','2019-01-22 16:57:48','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"contain\" background_repeat_1=\"no-repeat\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"contain\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"65px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image force_fullwidth=\"on\" _builder_version=\"3.19.3\" src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-22 16:57:48','2019-01-22 16:57:48','',13,'http://02e3761.netsolhost.com/test/2019/01/22/13-revision-v1/',0,'revision','',0),(425,1,'2019-01-22 17:03:31','2019-01-22 17:03:31','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"contain\" background_repeat_1=\"no-repeat\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"contain\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-22 17:03:31','2019-01-22 17:03:31','',13,'http://02e3761.netsolhost.com/test/2019/01/22/13-revision-v1/',0,'revision','',0),(428,1,'2019-01-22 17:04:21','2019-01-22 17:04:21','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 4em !important;\n}\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 50px 0 !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 80px 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 120px 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 160px 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-22 17:04:21','2019-01-22 17:04:21','',5,'http://02e3761.netsolhost.com/test/2019/01/22/5-revision-v1/',0,'revision','',0),(430,1,'2019-01-22 17:04:50','2019-01-22 17:04:50','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 5em !important;\n}\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 50px 0 !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 80px 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 120px 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 160px 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-22 17:04:50','2019-01-22 17:04:50','',5,'http://02e3761.netsolhost.com/test/2019/01/22/5-revision-v1/',0,'revision','',0),(432,1,'2019-01-22 17:05:24','2019-01-22 17:05:24','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 4.5em !important;\n}\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 50px 0 !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 80px 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 120px 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 160px 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-22 17:05:24','2019-01-22 17:05:24','',5,'http://02e3761.netsolhost.com/test/2019/01/22/5-revision-v1/',0,'revision','',0),(434,1,'2019-01-22 17:06:12','2019-01-22 17:06:12','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 80px !important;\n}\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 50px 0 !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 80px 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 120px 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 160px 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-22 17:06:12','2019-01-22 17:06:12','',5,'http://02e3761.netsolhost.com/test/2019/01/22/5-revision-v1/',0,'revision','',0),(436,1,'2019-01-22 17:06:31','2019-01-22 17:06:31','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 70px !important;\n}\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 50px 0 !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 80px 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 120px 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 160px 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-22 17:06:31','2019-01-22 17:06:31','',5,'http://02e3761.netsolhost.com/test/2019/01/22/5-revision-v1/',0,'revision','',0),(438,1,'2019-01-22 17:07:05','2019-01-22 17:07:05','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 50px 0 !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 80px 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 120px 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n padding: 160px 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-22 17:07:05','2019-01-22 17:07:05','',5,'http://02e3761.netsolhost.com/test/2019/01/22/5-revision-v1/',0,'revision','',0),(440,1,'2019-01-22 17:08:07','2019-01-22 17:08:07','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_color=\"#ffffff\" header_font_size=\"60px\" header_text_align=\"center\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"contain\" background_repeat_1=\"no-repeat\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"contain\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-22 17:08:07','2019-01-22 17:08:07','',13,'http://02e3761.netsolhost.com/test/2019/01/22/13-revision-v1/',0,'revision','',0),(441,1,'2019-01-22 17:09:31','2019-01-22 17:09:31','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"||||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"144px||144px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"contain\" background_repeat_1=\"no-repeat\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"contain\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-22 17:09:31','2019-01-22 17:09:31','',13,'http://02e3761.netsolhost.com/test/2019/01/22/13-revision-v1/',0,'revision','',0),(444,1,'2019-01-22 17:13:23','2019-01-22 17:13:23','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"contain\" background_repeat_1=\"no-repeat\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"contain\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-22 17:13:23','2019-01-22 17:13:23','',13,'http://02e3761.netsolhost.com/test/2019/01/22/13-revision-v1/',0,'revision','',0),(446,1,'2019-01-22 17:18:24','2019-01-22 17:18:24','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-22 17:18:24','2019-01-22 17:18:24','',5,'http://02e3761.netsolhost.com/test/2019/01/22/5-revision-v1/',0,'revision','',0),(448,1,'2019-01-22 17:19:45','2019-01-22 17:19:45','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"contain\" background_repeat_1=\"no-repeat\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" make_fullwidth=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"contain\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-22 17:19:45','2019-01-22 17:19:45','',13,'http://02e3761.netsolhost.com/test/2019/01/22/13-revision-v1/',0,'revision','',0),(450,1,'2019-01-22 17:23:08','2019-01-22 17:23:08','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"contain\" background_repeat_1=\"no-repeat\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" use_custom_width=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"contain\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-22 17:23:08','2019-01-22 17:23:08','',13,'http://02e3761.netsolhost.com/test/2019/01/22/13-revision-v1/',0,'revision','',0),(452,1,'2019-01-22 17:35:13','2019-01-22 17:35:13','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" custom_padding=\"100px||100px\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-22 17:35:13','2019-01-22 17:35:13','',13,'http://02e3761.netsolhost.com/test/2019/01/22/13-revision-v1/',0,'revision','',0),(455,1,'2019-01-22 18:14:12','2019-01-22 18:14:12','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" padding_top_1=\"100px\" padding_bottom_1=\"100px\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"100px\" padding_top=\"100px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-22 18:14:12','2019-01-22 18:14:12','',13,'http://02e3761.netsolhost.com/test/2019/01/22/13-revision-v1/',0,'revision','',0),(456,1,'2019-01-22 18:16:58','2019-01-22 18:16:58','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"contain\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"contain\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-22 18:16:58','2019-01-22 18:16:58','',13,'http://02e3761.netsolhost.com/test/2019/01/22/13-revision-v1/',0,'revision','',0),(458,1,'2019-01-22 18:22:38','2019-01-22 18:22:38','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-22 18:22:38','2019-01-22 18:22:38','',13,'http://02e3761.netsolhost.com/test/2019/01/22/13-revision-v1/',0,'revision','',0),(461,1,'2019-01-28 09:11:14','2019-01-28 09:11:14','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-28 09:11:14','2019-01-28 09:11:14','',13,'http://02e3761.netsolhost.com/test/2019/01/28/13-revision-v1/',0,'revision','',0),(463,1,'2019-01-28 09:13:15','2019-01-28 09:13:15','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-28 09:13:15','2019-01-28 09:13:15','',13,'http://02e3761.netsolhost.com/test/2019/01/28/13-revision-v1/',0,'revision','',0),(466,1,'2019-01-28 09:16:35','2019-01-28 09:16:35','','community-img5','','inherit','open','closed','','community-img5','','','2019-01-28 09:16:40','2019-01-28 09:16:40','',13,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg',0,'attachment','image/jpeg',0),(467,1,'2019-01-28 09:17:31','2019-01-28 09:17:31','','community-img4','','inherit','open','closed','','community-img4','','','2019-01-28 09:17:38','2019-01-28 09:17:38','',13,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg',0,'attachment','image/jpeg',0),(468,1,'2019-01-28 09:17:44','2019-01-28 09:17:44','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-28 09:17:44','2019-01-28 09:17:44','',13,'http://02e3761.netsolhost.com/test/2019/01/28/13-revision-v1/',0,'revision','',0),(470,1,'2019-01-28 09:19:05','2019-01-28 09:19:05','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-28 09:19:05','2019-01-28 09:19:05','',13,'http://02e3761.netsolhost.com/test/2019/01/28/13-revision-v1/',0,'revision','',0),(472,1,'2019-01-28 09:20:42','2019-01-28 09:20:42','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" locked=\"off\" custom_padding=\"0px||\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-28 09:20:42','2019-01-28 09:20:42','',13,'http://02e3761.netsolhost.com/test/2019/01/28/13-revision-v1/',0,'revision','',0),(474,1,'2019-01-28 09:22:03','2019-01-28 09:22:03','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" custom_padding=\"0px||0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-28 09:22:03','2019-01-28 09:22:03','',13,'http://02e3761.netsolhost.com/test/2019/01/28/13-revision-v1/',0,'revision','',0),(476,1,'2019-01-28 09:23:03','2019-01-28 09:23:03','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\" custom_padding=\"0px||\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-28 09:23:03','2019-01-28 09:23:03','',13,'http://02e3761.netsolhost.com/test/2019/01/28/13-revision-v1/',0,'revision','',0),(478,1,'2019-01-28 09:23:45','2019-01-28 09:23:45','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||0px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-28 09:23:45','2019-01-28 09:23:45','',13,'http://02e3761.netsolhost.com/test/2019/01/28/13-revision-v1/',0,'revision','',0),(480,1,'2019-01-28 09:24:27','2019-01-28 09:24:27','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||20px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-28 09:24:27','2019-01-28 09:24:27','',13,'http://02e3761.netsolhost.com/test/2019/01/28/13-revision-v1/',0,'revision','',0),(483,1,'2019-01-28 09:26:26','2019-01-28 09:26:26','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" custom_padding=\"0px||0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-28 09:26:26','2019-01-28 09:26:26','',13,'http://02e3761.netsolhost.com/test/2019/01/28/13-revision-v1/',0,'revision','',0),(485,1,'2019-01-28 09:28:08','2019-01-28 09:28:08','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" locked=\"off\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-28 09:28:08','2019-01-28 09:28:08','',13,'http://02e3761.netsolhost.com/test/2019/01/28/13-revision-v1/',0,'revision','',0),(487,1,'2019-01-28 09:29:55','2019-01-28 09:29:55','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Basic Page Template','','publish','closed','closed','','basic-page-template','','','2019-01-28 09:29:55','2019-01-28 09:29:55','',0,'http://02e3761.netsolhost.com/test/et_pb_layout/basic-page-template/',0,'et_pb_layout','',0),(488,1,'2019-01-28 09:39:26','2019-01-28 09:39:26','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-01-28 09:39:26','2019-01-28 09:39:26','',15,'http://02e3761.netsolhost.com/test/2019/01/28/15-revision-v1/',0,'revision','',0),(492,1,'2019-01-28 12:44:16','2019-01-28 12:44:16','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Profile</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">Contact</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">Team</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Employment</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Awards</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#clients\">Clients</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-01-28 12:44:16','2019-01-28 12:44:16','',15,'http://02e3761.netsolhost.com/test/2019/01/28/15-revision-v1/',0,'revision','',0),(494,1,'2019-01-28 16:20:27','2019-01-28 16:20:27','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Profile</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">Contact</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">Team</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Employment</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Awards</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#clients\">Clients</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][et_pb_sidebar _builder_version=\"3.19.3\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-01-28 16:20:27','2019-01-28 16:20:27','',15,'http://02e3761.netsolhost.com/test/2019/01/28/15-revision-v1/',0,'revision','',0),(496,1,'2019-01-28 16:23:43','2019-01-28 16:23:43','','BAM','','publish','closed','closed','','office-link-2','','','2019-02-22 14:18:28','2019-02-22 14:18:28','',0,'http://02e3761.netsolhost.com/test/?p=496',1,'nav_menu_item','',0),(498,1,'2019-01-28 16:26:59','2019-01-28 16:26:59','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.anchor-links li {\n display: inline-block;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-28 16:26:59','2019-01-28 16:26:59','',5,'http://02e3761.netsolhost.com/test/2019/01/28/5-revision-v1/',0,'revision','',0),(500,1,'2019-01-28 16:29:21','2019-01-28 16:29:21','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.anchor-links {\n float: right;\n}\n\n.anchor-links li {\n display: inline-block;\n margin: 0 20px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-28 16:29:21','2019-01-28 16:29:21','',5,'http://02e3761.netsolhost.com/test/2019/01/28/5-revision-v1/',0,'revision','',0),(502,1,'2019-01-28 16:29:49','2019-01-28 16:29:49','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.anchor-links {\n float: right;\n}\n\n.anchor-links li {\n display: inline-block;\n margin-left: 20px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-28 16:29:49','2019-01-28 16:29:49','',5,'http://02e3761.netsolhost.com/test/2019/01/28/5-revision-v1/',0,'revision','',0),(503,1,'2019-01-28 16:29:56','2019-01-28 16:29:56','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Profile</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">Contact</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">Team</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Employment</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Awards</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#clients\">Clients</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-01-28 16:29:56','2019-01-28 16:29:56','',15,'http://02e3761.netsolhost.com/test/2019/01/28/15-revision-v1/',0,'revision','',0),(505,1,'2019-01-28 16:57:32','2019-01-28 16:57:32','','mchlogo-350px','','inherit','open','closed','','mchlogo-350px','','','2019-01-28 16:57:40','2019-01-28 16:57:40','',0,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mchlogo-350px.png',0,'attachment','image/png',0),(507,1,'2019-01-28 17:02:00','2019-01-28 17:02:00','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video _builder_version=\"3.19.3\" src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-28 17:02:00','2019-01-28 17:02:00','',13,'http://02e3761.netsolhost.com/test/2019/01/28/13-revision-v1/',0,'revision','',0),(509,1,'2019-01-28 17:11:16','2019-01-28 17:11:16','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-28 17:11:16','2019-01-28 17:11:16','',13,'http://02e3761.netsolhost.com/test/2019/01/28/13-revision-v1/',0,'revision','',0),(513,1,'2019-01-28 17:16:59','2019-01-28 17:16:59','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.anchor-links {\n float: right;\n}\n\n.anchor-links li {\n display: inline-block;\n margin-left: 20px;\n}\n\n.footer-content li {\n display: inline-block;\n margin-left: 20px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-28 17:16:59','2019-01-28 17:16:59','',5,'http://02e3761.netsolhost.com/test/2019/01/28/5-revision-v1/',0,'revision','',0),(515,1,'2019-01-28 17:18:23','2019-01-28 17:18:23','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.anchor-links {\n float: right;\n}\n\n.anchor-links li {\n display: inline-block;\n margin-left: 20px;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n.footer-content li {\n display: inline-block;\n margin-left: 20px;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-28 17:18:23','2019-01-28 17:18:23','',5,'http://02e3761.netsolhost.com/test/2019/01/28/5-revision-v1/',0,'revision','',0),(520,1,'2019-01-28 17:52:17','2019-01-28 17:52:17','','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-28 17:52:17','2019-01-28 17:52:17','',5,'http://02e3761.netsolhost.com/test/2019/01/28/5-revision-v1/',0,'revision','',0),(522,1,'2019-01-28 17:52:58','2019-01-28 17:52:58','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.anchor-links {\n float: right;\n}\n\n.anchor-links li {\n display: inline-block;\n margin-left: 20px;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n.footer-content li {\n display: inline-block;\n margin-left: 20px;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-28 17:52:58','2019-01-28 17:52:58','',5,'http://02e3761.netsolhost.com/test/2019/01/28/5-revision-v1/',0,'revision','',0),(524,1,'2019-01-28 17:55:09','2019-01-28 17:55:09','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.anchor-links {\n float: right;\n}\n\n.anchor-links li {\n display: inline-block;\n margin-left: 20px;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n.footer-content li {\n display: inline-block;\n margin-left: 20px;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-28 17:55:09','2019-01-28 17:55:09','',5,'http://02e3761.netsolhost.com/test/2019/01/28/5-revision-v1/',0,'revision','',0),(526,1,'2019-01-28 17:55:53','2019-01-28 17:55:53','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.anchor-links {\n float: right;\n}\n\n.anchor-links li {\n display: inline-block;\n margin-left: 20px;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin-left: 20px;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-28 17:55:53','2019-01-28 17:55:53','',5,'http://02e3761.netsolhost.com/test/2019/01/28/5-revision-v1/',0,'revision','',0),(528,1,'2019-01-28 17:56:47','2019-01-28 17:56:47','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.anchor-links {\n float: right;\n}\n\n.anchor-links li {\n display: inline-block;\n margin: 0 10px;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin-left: 20px;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-28 17:56:47','2019-01-28 17:56:47','',5,'http://02e3761.netsolhost.com/test/2019/01/28/5-revision-v1/',0,'revision','',0),(530,1,'2019-01-28 17:58:40','2019-01-28 17:58:40','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.anchor-links {\n float: right;\n}\n\n.anchor-links li {\n display: inline-block;\n margin: 0 10px;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin-left: 20px;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-28 17:58:40','2019-01-28 17:58:40','',5,'http://02e3761.netsolhost.com/test/2019/01/28/5-revision-v1/',0,'revision','',0),(532,1,'2019-01-28 17:59:40','2019-01-28 17:59:40','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.anchor-links {\n float: right;\n}\n\n.anchor-links li {\n display: inline-block;\n margin-left: 20px;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0 10px;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-28 17:59:40','2019-01-28 17:59:40','',5,'http://02e3761.netsolhost.com/test/2019/01/28/5-revision-v1/',0,'revision','',0),(533,1,'2019-01-28 18:00:12','2019-01-28 18:00:12','[listmenu menu=\"office links\" menu_id=\"office_links\"]','Contact','','publish','closed','closed','','contact','','','2019-01-28 18:37:04','2019-01-28 18:37:04','',0,'http://02e3761.netsolhost.com/test/?page_id=533',0,'page','',0),(534,1,'2019-01-28 18:00:12','2019-01-28 18:00:12','','Contact','','inherit','closed','closed','','533-revision-v1','','','2019-01-28 18:00:12','2019-01-28 18:00:12','',533,'http://02e3761.netsolhost.com/test/2019/01/28/533-revision-v1/',0,'revision','',0),(535,1,'2019-01-28 18:02:22','2019-01-28 18:02:22','','Privacy Policy','','publish','closed','closed','','privacy-policy','','','2019-01-28 18:02:22','2019-01-28 18:02:22','',0,'http://02e3761.netsolhost.com/test/?page_id=535',0,'page','',0),(537,1,'2019-01-28 18:02:03','2019-01-28 18:02:03','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.anchor-links {\n float: right;\n}\n\n.anchor-links li {\n display: inline-block;\n margin-left: 20px;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 10px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-28 18:02:03','2019-01-28 18:02:03','',5,'http://02e3761.netsolhost.com/test/2019/01/28/5-revision-v1/',0,'revision','',0),(538,1,'2019-01-28 18:02:22','2019-01-28 18:02:22','','Privacy Policy','','inherit','closed','closed','','535-revision-v1','','','2019-01-28 18:02:22','2019-01-28 18:02:22','',535,'http://02e3761.netsolhost.com/test/2019/01/28/535-revision-v1/',0,'revision','',0),(540,1,'2019-01-28 18:02:39','2019-01-28 18:02:39','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.anchor-links {\n float: right;\n}\n\n.anchor-links li {\n display: inline-block;\n margin-left: 20px;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-28 18:02:39','2019-01-28 18:02:39','',5,'http://02e3761.netsolhost.com/test/2019/01/28/5-revision-v1/',0,'revision','',0),(542,1,'2019-01-28 18:03:51','2019-01-28 18:03:51','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.anchor-links {\n float: right;\n}\n\n.anchor-links li {\n display: inline-block;\n margin-left: 20px;\n}\n\n.anchor-links li a {\n text-transform: lowercase;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-28 18:03:51','2019-01-28 18:03:51','',5,'http://02e3761.netsolhost.com/test/2019/01/28/5-revision-v1/',0,'revision','',0),(544,1,'2019-01-28 18:05:16','2019-01-28 18:05:16','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.anchor-links {\n float: right;\n}\n\n.anchor-links li {\n display: inline-block;\n margin-left: 20px;\n}\n\n.anchor-links li a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-28 18:05:16','2019-01-28 18:05:16','',5,'http://02e3761.netsolhost.com/test/2019/01/28/5-revision-v1/',0,'revision','',0),(545,1,'2019-01-28 18:05:29','2019-01-28 18:05:29','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" locked=\"off\" custom_padding=\"0px||0px\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-28 18:05:29','2019-01-28 18:05:29','',13,'http://02e3761.netsolhost.com/test/2019/01/28/13-revision-v1/',0,'revision','',0),(547,1,'2019-01-28 18:06:51','2019-01-28 18:06:51','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-28 18:06:51','2019-01-28 18:06:51','',13,'http://02e3761.netsolhost.com/test/2019/01/28/13-revision-v1/',0,'revision','',0),(549,1,'2019-01-28 18:37:04','2019-01-28 18:37:04','[listmenu menu=\"office links\" menu_id=\"office_links\"]','Contact','','inherit','closed','closed','','533-revision-v1','','','2019-01-28 18:37:04','2019-01-28 18:37:04','',533,'http://02e3761.netsolhost.com/test/2019/01/28/533-revision-v1/',0,'revision','',0),(550,1,'2019-01-28 18:49:31','2019-01-28 18:49:31','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_menu _builder_version=\"3.19.3\" menu_id=\"6\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-28 18:49:31','2019-01-28 18:49:31','',13,'http://02e3761.netsolhost.com/test/2019/01/28/13-revision-v1/',0,'revision','',0),(552,1,'2019-01-28 18:51:20','2019-01-28 18:51:20','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_menu menu_id=\"6\" _builder_version=\"3.19.3\" disabled_on=\"on|off|off\" module_class=\"anchor-menu\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-28 18:51:20','2019-01-28 18:51:20','',13,'http://02e3761.netsolhost.com/test/2019/01/28/13-revision-v1/',0,'revision','',0),(555,1,'2019-01-28 18:51:50','2019-01-28 18:51:50','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.anchor-menu {\n position: fixed;\n}\n\n.anchor-links {\n float: right;\n}\n\n.anchor-links li {\n display: inline-block;\n margin-left: 20px;\n}\n\n.anchor-links li a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-28 18:51:50','2019-01-28 18:51:50','',5,'http://02e3761.netsolhost.com/test/2019/01/28/5-revision-v1/',0,'revision','',0),(557,1,'2019-01-28 18:54:44','2019-01-28 18:54:44','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.anchor-menu {\n \n}\n\n.anchor-links {\n float: right;\n}\n\n.anchor-links li {\n display: inline-block;\n margin-left: 20px;\n}\n\n.anchor-links li a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-28 18:54:44','2019-01-28 18:54:44','',5,'http://02e3761.netsolhost.com/test/2019/01/28/5-revision-v1/',0,'revision','',0),(559,1,'2019-01-28 19:00:56','2019-01-28 19:00:56','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_menu menu_id=\"6\" disabled_on=\"on|off|off\" _builder_version=\"3.19.3\" module_id=\"sticky-anchor-menu\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-28 19:00:56','2019-01-28 19:00:56','',13,'http://02e3761.netsolhost.com/test/2019/01/28/13-revision-v1/',0,'revision','',0),(560,1,'2019-01-28 19:05:43','2019-01-28 19:05:43','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\" custom_css_main_element=\"position: fixed;\"][et_pb_fullwidth_menu menu_id=\"6\" disabled_on=\"on|off|off\" module_id=\"sticky-anchor-menu\" _builder_version=\"3.19.3\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-28 19:05:43','2019-01-28 19:05:43','',13,'http://02e3761.netsolhost.com/test/2019/01/28/13-revision-v1/',0,'revision','',0),(564,1,'2019-01-28 19:12:29','2019-01-28 19:12:29','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\" custom_css_main_element=\"position: fixed;\"][et_pb_fullwidth_menu menu_id=\"6\" disabled_on=\"on|off|off\" _builder_version=\"3.19.3\" module_class=\"fixedsticky fixedsticky_desktop\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-28 19:12:29','2019-01-28 19:12:29','',13,'http://02e3761.netsolhost.com/test/2019/01/28/13-revision-v1/',0,'revision','',0),(566,1,'2019-01-28 19:17:30','2019-01-28 19:17:30','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\" custom_css_main_element=\"position: fixed;\"][et_pb_fullwidth_menu menu_id=\"6\" disabled_on=\"on|off|off\" _builder_version=\"3.19.3\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\" module_class=\"fixedsticky fixedsticky_desktop\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-28 19:17:30','2019-01-28 19:17:30','',13,'http://02e3761.netsolhost.com/test/2019/01/28/13-revision-v1/',0,'revision','',0),(568,1,'2019-01-28 19:19:24','2019-01-28 19:19:24','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\" custom_css_main_element=\"position: fixed;\"][et_pb_fullwidth_menu menu_id=\"6\" disabled_on=\"on|off|off\" _builder_version=\"3.19.3\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][et_pb_text _builder_version=\"3.19.3\" module_class=\"fixedsticky fixedsticky_desktop\"]sticky[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-28 19:19:24','2019-01-28 19:19:24','',13,'http://02e3761.netsolhost.com/test/2019/01/28/13-revision-v1/',0,'revision','',0),(570,1,'2019-01-28 19:25:49','2019-01-28 19:25:49','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\" custom_css_main_element=\"position: fixed;\"][et_pb_fullwidth_menu menu_id=\"6\" disabled_on=\"on|off|off\" _builder_version=\"3.19.3\" module_class=\"anchor-links-menu\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][et_pb_text module_class=\"fixedsticky fixedsticky_desktop\" _builder_version=\"3.19.3\"]sticky[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-28 19:25:49','2019-01-28 19:25:49','',13,'http://02e3761.netsolhost.com/test/2019/01/28/13-revision-v1/',0,'revision','',0),(573,1,'2019-01-28 19:26:40','2019-01-28 19:26:40','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.anchor-links-menu {\n position: fixed;\n top: 150px;\n right: 0;\n left: 0;\n z-index: 99;\n}\n\n.anchor-links {\n float: right;\n}\n\n.anchor-links li {\n display: inline-block;\n margin-left: 20px;\n}\n\n.anchor-links li a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-28 19:26:40','2019-01-28 19:26:40','',5,'http://02e3761.netsolhost.com/test/2019/01/28/5-revision-v1/',0,'revision','',0),(575,1,'2019-01-28 19:29:32','2019-01-28 19:29:32','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\" custom_css_main_element=\"position: fixed;\"][et_pb_fullwidth_menu menu_id=\"6\" disabled_on=\"on|off|off\" module_class=\"anchor-links-menu\" _builder_version=\"3.19.3\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-28 19:29:32','2019-01-28 19:29:32','',13,'http://02e3761.netsolhost.com/test/2019/01/28/13-revision-v1/',0,'revision','',0),(578,1,'2019-01-29 19:41:15','2019-01-29 19:41:15','','SBC','','inherit','open','closed','','sbc','','','2019-01-29 19:41:15','2019-01-29 19:41:15','',9,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/SBC.jpg',0,'attachment','image/jpeg',0),(579,1,'2019-01-29 19:42:57','2019-01-29 19:42:57','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider module_class=\"ds-fw-slider\" _builder_version=\"3.19.3\" auto=\"on\" auto_ignore_hover=\"on\" custom_css_main_element=\"height: 100vh;\"][et_pb_slide admin_title=\"Home Slide 1 - MDC Interamerican (Building - Outside)\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 2 - MDC Interamerican - Building (Inside)\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican2-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 3 - View along pinkston drive\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/SBC.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 4 - 3307-01-1998-dan-forer\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/3307-01-1998-dan-forer-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 5 - 4153-06-c2017-dan-forer\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/4153-06-c2017-dan-forer-cropped-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 6 - SWSH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/swsh-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 7 - DCPS Prototypes\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dcps-prototypes-cropped-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 8 - KWCH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/kwch-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 9 - NTD Model\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ntd-model1-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 10 - Dusk 3\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dusk3-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 11 - MDC Science-Gillan\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-science-gillan-2010-018-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 12 - Atlantic Sapphire\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/atlantic-sapphire-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-01-29 19:42:57','2019-01-29 19:42:57','',9,'http://02e3761.netsolhost.com/test/2019/01/29/9-revision-v1/',0,'revision','',0),(581,1,'2019-01-30 15:50:21','2019-01-30 15:50:21','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\" custom_css_main_element=\"position: fixed;\"][et_pb_fullwidth_menu menu_id=\"6\" disabled_on=\"on|off|off\" module_class=\"anchor-links-menu\" _builder_version=\"3.19.3\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-01-30 15:50:21','2019-01-30 15:50:21','',13,'http://02e3761.netsolhost.com/test/2019/01/30/13-revision-v1/',0,'revision','',0),(583,1,'2019-01-30 15:51:57','2019-01-30 15:51:57','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 25px;\n}\n\n.getinvolved span {\n font-weight: 700;\n}\n\n.anchor-links-menu {\n position: fixed;\n top: 150px;\n right: 0;\n left: 0;\n z-index: 99;\n}\n\n.anchor-links {\n float: right;\n}\n\n.anchor-links li {\n display: inline-block;\n margin-left: 20px;\n}\n\n.anchor-links li a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-30 15:51:57','2019-01-30 15:51:57','',5,'http://02e3761.netsolhost.com/test/2019/01/30/5-revision-v1/',0,'revision','',0),(585,1,'2019-01-30 15:52:22','2019-01-30 15:52:22','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 22px;\n}\n\n.getinvolved span {\n font-weight: 700;\n}\n\n.anchor-links-menu {\n position: fixed;\n top: 150px;\n right: 0;\n left: 0;\n z-index: 99;\n}\n\n.anchor-links {\n float: right;\n}\n\n.anchor-links li {\n display: inline-block;\n margin-left: 20px;\n}\n\n.anchor-links li a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-30 15:52:22','2019-01-30 15:52:22','',5,'http://02e3761.netsolhost.com/test/2019/01/30/5-revision-v1/',0,'revision','',0),(587,1,'2019-01-30 15:52:54','2019-01-30 15:52:54','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 20px;\n}\n\n.getinvolved span {\n font-weight: 700;\n}\n\n.anchor-links-menu {\n position: fixed;\n top: 150px;\n right: 0;\n left: 0;\n z-index: 99;\n}\n\n.anchor-links {\n float: right;\n}\n\n.anchor-links li {\n display: inline-block;\n margin-left: 20px;\n}\n\n.anchor-links li a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-30 15:52:54','2019-01-30 15:52:54','',5,'http://02e3761.netsolhost.com/test/2019/01/30/5-revision-v1/',0,'revision','',0),(589,1,'2019-01-30 15:54:11','2019-01-30 15:54:11','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.anchor-links-menu {\n position: fixed;\n top: 150px;\n right: 0;\n left: 0;\n z-index: 99;\n}\n\n.anchor-links {\n float: right;\n}\n\n.anchor-links li {\n display: inline-block;\n margin-left: 20px;\n}\n\n.anchor-links li a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-30 15:54:11','2019-01-30 15:54:11','',5,'http://02e3761.netsolhost.com/test/2019/01/30/5-revision-v1/',0,'revision','',0),(591,1,'2019-01-30 15:54:26','2019-01-30 15:54:26','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 10px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.anchor-links-menu {\n position: fixed;\n top: 150px;\n right: 0;\n left: 0;\n z-index: 99;\n}\n\n.anchor-links {\n float: right;\n}\n\n.anchor-links li {\n display: inline-block;\n margin-left: 20px;\n}\n\n.anchor-links li a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-30 15:54:26','2019-01-30 15:54:26','',5,'http://02e3761.netsolhost.com/test/2019/01/30/5-revision-v1/',0,'revision','',0),(593,1,'2019-01-30 15:55:32','2019-01-30 15:55:32','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.anchor-links-menu {\n position: fixed;\n top: 150px;\n right: 0;\n left: 0;\n z-index: 99;\n}\n\n.anchor-links {\n float: right;\n}\n\n.anchor-links li {\n display: inline-block;\n margin-left: 20px;\n}\n\n.anchor-links li a {\n text-transform: lowercase;\n font-weight: 700;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-30 15:55:32','2019-01-30 15:55:32','',5,'http://02e3761.netsolhost.com/test/2019/01/30/5-revision-v1/',0,'revision','',0),(595,1,'2019-01-30 15:56:20','2019-01-30 15:56:20','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-30 15:56:20','2019-01-30 15:56:20','',5,'http://02e3761.netsolhost.com/test/2019/01/30/5-revision-v1/',0,'revision','',0),(597,1,'2019-01-30 15:59:34','2019-01-30 15:59:34','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n} ','MCHA-Child-Theme-of-Divi','','publish','closed','closed','','mcha-child-theme-of-divi','','','2019-01-30 15:59:34','2019-01-30 15:59:34','',0,'http://02e3761.netsolhost.com/test/2019/01/30/mcha-child-theme-of-divi/',0,'custom_css','',0),(598,1,'2019-01-30 15:59:34','2019-01-30 15:59:34','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n} ','MCHA-Child-Theme-of-Divi','','inherit','closed','closed','','597-revision-v1','','','2019-01-30 15:59:34','2019-01-30 15:59:34','',597,'http://02e3761.netsolhost.com/test/2019/01/30/597-revision-v1/',0,'revision','',0),(600,1,'2019-01-30 16:15:39','2019-01-30 16:15:39','','profile-bg-pic','','inherit','open','closed','','profile-bg-pic','','','2019-01-30 16:15:45','2019-01-30 16:15:45','',15,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg',0,'attachment','image/jpeg',0),(601,1,'2019-01-30 16:15:51','2019-01-30 16:15:51','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||30px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-video-clip.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-01-30 16:15:51','2019-01-30 16:15:51','',15,'http://02e3761.netsolhost.com/test/2019/01/30/15-revision-v1/',0,'revision','',0),(603,1,'2019-01-30 16:19:01','2019-01-30 16:19:01','','map-bg-pic','','inherit','open','closed','','map-bg-pic','','','2019-01-30 16:19:08','2019-01-30 16:19:08','',15,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/map-bg-pic.jpg',0,'attachment','image/jpeg',0),(606,1,'2019-01-30 16:27:28','2019-01-30 16:27:28','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||30px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/map-bg-pic.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Address</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Phone</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Email</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-01-30 16:27:28','2019-01-30 16:27:28','',15,'http://02e3761.netsolhost.com/test/2019/01/30/15-revision-v1/',0,'revision','',0),(609,1,'2019-01-30 16:29:59','2019-01-30 16:29:59','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||30px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Address</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Phone</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Email</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-01-30 16:29:59','2019-01-30 16:29:59','',15,'http://02e3761.netsolhost.com/test/2019/01/30/15-revision-v1/',0,'revision','',0),(612,1,'2019-01-30 16:32:37','2019-01-30 16:32:37','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||30px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_image force_fullwidth=\"on\" _builder_version=\"3.19.10\" src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/map-bg-pic.jpg\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Address</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Phone</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Email</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-01-30 16:32:37','2019-01-30 16:32:37','',15,'http://02e3761.netsolhost.com/test/2019/01/30/15-revision-v1/',0,'revision','',0),(614,1,'2019-01-30 16:38:09','2019-01-30 16:38:09','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||30px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\" admin_label=\"Profile\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/map-bg-pic.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Address</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Phone</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Email</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-01-30 16:38:09','2019-01-30 16:38:09','',15,'http://02e3761.netsolhost.com/test/2019/01/30/15-revision-v1/',0,'revision','',0),(617,1,'2019-01-30 16:42:26','2019-01-30 16:42:26','','team-bg-pic','','inherit','open','closed','','team-bg-pic','','','2019-01-30 16:42:31','2019-01-30 16:42:31','',15,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg',0,'attachment','image/jpeg',0),(618,1,'2019-01-30 16:42:39','2019-01-30 16:42:39','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||30px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/map-bg-pic.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Address</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Phone</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Email</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-01-30 16:42:39','2019-01-30 16:42:39','',15,'http://02e3761.netsolhost.com/test/2019/01/30/15-revision-v1/',0,'revision','',0),(621,1,'2019-01-30 16:54:15','2019-01-30 16:54:15','','tmc-bio-pic','','inherit','open','closed','','tmc-bio-pic','','','2019-01-30 16:54:15','2019-01-30 16:54:15','',15,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg',0,'attachment','image/jpeg',0),(622,1,'2019-01-30 16:54:29','2019-01-30 16:54:29','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||30px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/map-bg-pic.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Address</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Phone</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Email</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h3>MCHarry Associates</h3>\n2780 SW Douglas Road \nSuite 302\nMiami, Fl 33133[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"](305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]marketing@mcharry.com[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member _builder_version=\"3.19.10\" name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-01-30 16:54:29','2019-01-30 16:54:29','',15,'http://02e3761.netsolhost.com/test/2019/01/30/15-revision-v1/',0,'revision','',0),(625,1,'2019-01-30 16:57:03','2019-01-30 16:57:03','','ls-bio-pic','','inherit','open','closed','','ls-bio-pic','','','2019-01-30 16:57:08','2019-01-30 16:57:08','',15,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg',0,'attachment','image/jpeg',0),(626,1,'2019-01-30 16:57:48','2019-01-30 16:57:48','','ca-bio-pic','','inherit','open','closed','','ca-bio-pic','','','2019-01-30 16:57:57','2019-01-30 16:57:57','',15,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg',0,'attachment','image/jpeg',0),(627,1,'2019-01-30 16:58:36','2019-01-30 16:58:36','','jw-bio-pic','','inherit','open','closed','','jw-bio-pic','','','2019-01-30 16:58:43','2019-01-30 16:58:43','',15,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg',0,'attachment','image/jpeg',0),(628,1,'2019-01-30 16:59:01','2019-01-30 16:59:01','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||30px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/map-bg-pic.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Address</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Phone</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Email</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h3>MCHarry Associates</h3>\n2780 SW Douglas Road \nSuite 302\nMiami, Fl 33133[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"](305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]marketing@mcharry.com[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" _builder_version=\"3.19.10\" admin_label=\"Person\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" _builder_version=\"3.19.10\" admin_label=\"Person\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" _builder_version=\"3.19.10\" admin_label=\"Person\"][/et_pb_team_member][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Want to get involved in BAM? Message CAquart@MCHarry.com for more information.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-01-30 16:59:01','2019-01-30 16:59:01','',15,'http://02e3761.netsolhost.com/test/2019/01/30/15-revision-v1/',0,'revision','',0),(630,1,'2019-01-30 17:03:07','2019-01-30 17:03:07','','employment-bg-pic','','inherit','open','closed','','employment-bg-pic','','','2019-01-30 17:03:14','2019-01-30 17:03:14','',15,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg',0,'attachment','image/jpeg',0),(631,1,'2019-01-30 17:08:08','2019-01-30 17:08:08','','recognition-bg-pic','','inherit','open','closed','','recognition-bg-pic','','','2019-01-30 17:08:16','2019-01-30 17:08:16','',15,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg',0,'attachment','image/jpeg',0),(632,1,'2019-01-30 17:11:02','2019-01-30 17:11:02','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||30px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/map-bg-pic.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Address</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Phone</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Email</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h3>MCHarry Associates</h3>\n2780 SW Douglas Road \nSuite 302\nMiami, Fl 33133[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"](305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]marketing@mcharry.com[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Jobs</h1>\n\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\" admin_label=\"Text\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\" admin_label=\"Text\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-01-30 17:11:02','2019-01-30 17:11:02','',15,'http://02e3761.netsolhost.com/test/2019/01/30/15-revision-v1/',0,'revision','',0),(633,1,'2019-01-30 17:14:01','2019-01-30 17:14:01','','clients-bg-pic','','inherit','open','closed','','clients-bg-pic','','','2019-01-30 17:14:07','2019-01-30 17:14:07','',15,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg',0,'attachment','image/jpeg',0),(634,1,'2019-01-30 17:14:16','2019-01-30 17:14:16','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||30px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/map-bg-pic.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Address</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Phone</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Email</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h3>MCHarry Associates</h3>\n2780 SW Douglas Road \nSuite 302\nMiami, Fl 33133[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"](305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]marketing@mcharry.com[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Jobs</h1>\n\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-01-30 17:14:16','2019-01-30 17:14:16','',15,'http://02e3761.netsolhost.com/test/2019/01/30/15-revision-v1/',0,'revision','',0),(635,1,'2019-01-30 17:15:41','2019-01-30 17:15:41','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||30px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/map-bg-pic.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Address</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Phone</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Email</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h3>MCHarry Associates</h3>\n2780 SW Douglas Road \nSuite 302\nMiami, Fl 33133[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"](305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]marketing@mcharry.com[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Jobs</h1>\n\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-01-30 17:15:41','2019-01-30 17:15:41','',15,'http://02e3761.netsolhost.com/test/2019/01/30/15-revision-v1/',0,'revision','',0),(637,1,'2019-01-30 17:19:12','2019-01-30 17:19:12','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||30px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/map-bg-pic.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Address</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Phone</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Email</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h3>MCHarry Associates</h3>\n2780 SW Douglas Road \nSuite 302\nMiami, Fl 33133[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"](305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]marketing@mcharry.com[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Jobs</h1>\n\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-01-30 17:19:12','2019-01-30 17:19:12','',15,'http://02e3761.netsolhost.com/test/2019/01/30/15-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (641,1,'2019-01-30 17:22:26','2019-01-30 17:22:26','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\" body_font=\"||||||||\"][et_pb_slide _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||300px\" admin_title=\"Slide 1\"]Caption for slide 1[/et_pb_slide][et_pb_slide _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" custom_padding=\"250px||300px\" admin_title=\"Slide 2\"]Caption for slide 2[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','publish','open','closed','','test-project','','','2019-02-13 15:22:41','2019-02-13 15:22:41','',0,'http://02e3761.netsolhost.com/test/?post_type=project&p=641',0,'project','',0),(642,1,'2019-01-30 17:22:26','2019-01-30 17:22:26','Test Project','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-01-30 17:22:26','2019-01-30 17:22:26','',641,'http://02e3761.netsolhost.com/test/2019/01/30/641-revision-v1/',0,'revision','',0),(644,1,'2019-01-30 17:28:24','2019-01-30 17:28:24','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_filterable_portfolio _builder_version=\"3.19.10\" include_categories=\"8,7,9\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-01-30 17:28:24','2019-01-30 17:28:24','',11,'http://02e3761.netsolhost.com/test/2019/01/30/11-revision-v1/',0,'revision','',0),(646,1,'2019-01-30 17:29:52','2019-01-30 17:29:52','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9\" _builder_version=\"3.19.10\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-01-30 17:29:52','2019-01-30 17:29:52','',11,'http://02e3761.netsolhost.com/test/2019/01/30/11-revision-v1/',0,'revision','',0),(649,1,'2019-01-30 17:36:30','2019-01-30 17:36:30','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9\" _builder_version=\"3.19.10\" filter_font=\"||||||||\" title_font=\"||||||||\" hover_overlay_color=\"#171da5\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-01-30 17:36:30','2019-01-30 17:36:30','',11,'http://02e3761.netsolhost.com/test/2019/01/30/11-revision-v1/',0,'revision','',0),(653,1,'2019-01-30 17:57:33','2019-01-30 17:57:33','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:2%;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{display:block;}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-30 17:57:33','2019-01-30 17:57:33','',5,'http://02e3761.netsolhost.com/test/2019/01/30/5-revision-v1/',0,'revision','',0),(654,1,'2019-01-30 18:00:14','2019-01-30 18:00:14','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9\" hover_overlay_color=\"#171da5\" _builder_version=\"3.19.10\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-01-30 18:00:14','2019-01-30 18:00:14','',11,'http://02e3761.netsolhost.com/test/2019/01/30/11-revision-v1/',0,'revision','',0),(656,1,'2019-01-30 18:01:20','2019-01-30 18:01:20','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.10\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\" zoom_icon_color=\"rgba(0,0,0,0)\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-01-30 18:01:20','2019-01-30 18:01:20','',11,'http://02e3761.netsolhost.com/test/2019/01/30/11-revision-v1/',0,'revision','',0),(659,1,'2019-01-30 18:03:41','2019-01-30 18:03:41','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:2%;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{display:block;}\n\n.et_pb_portfolio_item:hover .post-meta {display: block;}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-01-30 18:03:41','2019-01-30 18:03:41','',5,'http://02e3761.netsolhost.com/test/2019/01/30/5-revision-v1/',0,'revision','',0),(660,1,'2019-01-30 18:05:25','2019-01-30 18:05:25','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\" body_font=\"||||||||\"][et_pb_slide admin_title=\"Slide 1\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||300px\"]Caption for slide 1[/et_pb_slide][et_pb_slide admin_title=\"Slide 2\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" custom_padding=\"250px||300px\"]Caption for slide 2[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project 2','','publish','open','closed','','test-project-2','','','2019-02-13 15:38:39','2019-02-13 15:38:39','',0,'http://02e3761.netsolhost.com/test/?post_type=project&p=660',0,'project','',0),(661,1,'2019-01-30 18:05:25','2019-01-30 18:05:25','Test Project 2','Test Project 2','','inherit','closed','closed','','660-revision-v1','','','2019-01-30 18:05:25','2019-01-30 18:05:25','',660,'http://02e3761.netsolhost.com/test/2019/01/30/660-revision-v1/',0,'revision','',0),(662,1,'2019-01-30 18:06:59','2019-01-30 18:06:59','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\" body_font=\"||||||||\"][et_pb_slide admin_title=\"Slide 1\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||300px\"]Caption for slide 1[/et_pb_slide][et_pb_slide admin_title=\"Slide 2\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" custom_padding=\"250px||300px\"]Caption for slide 2[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project 3','','publish','open','closed','','test-project-3','','','2019-02-13 15:34:57','2019-02-13 15:34:57','',0,'http://02e3761.netsolhost.com/test/?post_type=project&p=662',0,'project','',0),(663,1,'2019-01-30 18:06:59','2019-01-30 18:06:59','Test Project 3','Test Project 3','','inherit','closed','closed','','662-revision-v1','','','2019-01-30 18:06:59','2019-01-30 18:06:59','',662,'http://02e3761.netsolhost.com/test/2019/01/30/662-revision-v1/',0,'revision','',0),(667,1,'2019-02-04 14:40:14','2019-02-04 14:40:14','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\" custom_css_main_element=\"position: fixed;\"][et_pb_fullwidth_menu menu_id=\"6\" disabled_on=\"on|off|off\" module_class=\"anchor-links-menu\" _builder_version=\"3.19.3\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nEach year, Festival of the Trees sponsors underwrite designers who design and build their unique holiday creations and donate them to the event. The “trees” are then displayed and auctioned at the gala opening. The lucky winning bidders take these extraordinary creations and use them for holiday decorations in either their homes or offices.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-04 14:40:14','2019-02-04 14:40:14','',13,'http://02e3761.netsolhost.com/test/2019/02/04/13-revision-v1/',0,'revision','',0),(670,1,'2019-02-04 14:41:34','2019-02-04 14:41:34','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\" custom_css_main_element=\"position: fixed;\"][et_pb_fullwidth_menu menu_id=\"6\" disabled_on=\"on|off|off\" module_class=\"anchor-links-menu\" _builder_version=\"3.19.3\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-04 14:41:34','2019-02-04 14:41:34','',13,'http://02e3761.netsolhost.com/test/2019/02/04/13-revision-v1/',0,'revision','',0),(673,1,'2019-02-04 14:47:53','2019-02-04 14:47:53','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider module_class=\"ds-fw-slider\" _builder_version=\"3.19.10\" auto=\"on\" auto_ignore_hover=\"on\" custom_css_main_element=\"height: 100vh;\"][et_pb_slide admin_title=\"Home Slide 1 - MDC Interamerican (Building - Outside)\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 2 - MDC Interamerican - Building (Inside)\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican2-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 3 - View along pinkston drive\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/SBC.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 4 - 3307-01-1998-dan-forer\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/3307-01-1998-dan-forer-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 5 - 4153-06-c2017-dan-forer\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/4153-06-c2017-dan-forer-cropped-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 6 - SWSH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/swsh-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 7 - DCPS Prototypes\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dcps-prototypes-cropped-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 8 - KWCH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/kwch-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 9 - NTD Model\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/AV-MIA-GTI-Gap.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 10 - Dusk 3\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dusk3-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 11 - MDC Science-Gillan\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-science-gillan-2010-018-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 12 - Atlantic Sapphire\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/atlantic-sapphire-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-02-04 14:47:53','2019-02-04 14:47:53','',9,'http://02e3761.netsolhost.com/test/2019/02/04/9-revision-v1/',0,'revision','',0),(677,1,'2019-02-04 14:58:29','2019-02-04 14:58:29','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider module_class=\"ds-fw-slider\" _builder_version=\"3.19.10\" auto=\"on\" auto_ignore_hover=\"on\" custom_css_main_element=\"height: 100vh;\"][et_pb_slide admin_title=\"Home Slide 1 - MDC Interamerican (Building - Outside)\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 2 - MDC Interamerican - Building (Inside)\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican2-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 3 - View along pinkston drive\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/SBC.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 4 - 3307-01-1998-dan-forer\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/3307-01-1998-dan-forer-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 5 - 4153-06-c2017-dan-forer\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/4153-06-c2017-dan-forer-cropped-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 6 - SWSH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/swsh-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 7 - DCPS Prototypes\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dcps-prototypes-cropped-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 8 - KWCH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/kwch-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 9 - NTD Model\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/AV-NTD-FIS-4.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 10 - Dusk 3\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dusk3-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 11 - MDC Science-Gillan\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-science-gillan-2010-018-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 12 - Atlantic Sapphire\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/atlantic-sapphire-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-02-04 14:58:29','2019-02-04 14:58:29','',9,'http://02e3761.netsolhost.com/test/2019/02/04/9-revision-v1/',0,'revision','',0),(680,1,'2019-02-04 15:01:48','2019-02-04 15:01:48','','MIA FIS','M C Harry - Architects','inherit','open','closed','','mia-fis','','','2019-02-04 15:01:48','2019-02-04 15:01:48','',9,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/AV-NTD-FIS-4-cropped.jpg',0,'attachment','image/jpeg',0),(681,1,'2019-02-04 15:02:53','2019-02-04 15:02:53','','HE-FIU StartUp (6) cropped','','inherit','open','closed','','he-fiu-startup-6-cropped','','','2019-02-04 15:02:53','2019-02-04 15:02:53','',9,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/HE-FIU-StartUp-6-cropped.jpg',0,'attachment','image/jpeg',0),(682,1,'2019-02-04 15:03:21','2019-02-04 15:03:21','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider module_class=\"ds-fw-slider\" _builder_version=\"3.19.10\" auto=\"on\" auto_ignore_hover=\"on\" custom_css_main_element=\"height: 100vh;\"][et_pb_slide admin_title=\"Home Slide 1 - MDC Interamerican (Building - Outside)\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 2 - MDC Interamerican - Building (Inside)\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican2-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 3 - View along pinkston drive\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/SBC.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 4 - 3307-01-1998-dan-forer\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/3307-01-1998-dan-forer-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 5 - 4153-06-c2017-dan-forer\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/HE-FIU-StartUp-6-cropped.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 6 - SWSH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/swsh-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 7 - DCPS Prototypes\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dcps-prototypes-cropped-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 8 - KWCH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/kwch-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 9 - NTD Model\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/AV-NTD-FIS-4-cropped.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 10 - Dusk 3\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dusk3-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 11 - MDC Science-Gillan\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-science-gillan-2010-018-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 12 - Atlantic Sapphire\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/atlantic-sapphire-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-02-04 15:03:21','2019-02-04 15:03:21','',9,'http://02e3761.netsolhost.com/test/2019/02/04/9-revision-v1/',0,'revision','',0),(685,1,'2019-02-04 15:06:32','2019-02-04 15:06:32','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider module_class=\"ds-fw-slider\" _builder_version=\"3.19.10\" auto=\"on\" auto_ignore_hover=\"on\" custom_css_main_element=\"height: 100vh;\"][et_pb_slide admin_title=\"Home Slide 1 - MDC Interamerican (Building - Outside)\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/1-MDC-Interamerican.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 2 - MDC Interamerican - Building (Inside)\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican2-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 3 - View along pinkston drive\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/SBC.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 4 - 3307-01-1998-dan-forer\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/3307-01-1998-dan-forer-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 5 - 4153-06-c2017-dan-forer\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/HE-FIU-StartUp-6-cropped.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 6 - SWSH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/swsh-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 7 - DCPS Prototypes\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dcps-prototypes-cropped-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 8 - KWCH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/kwch-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 9 - NTD Model\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/AV-NTD-FIS-4-cropped.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 10 - Dusk 3\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dusk3-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 11 - MDC Science-Gillan\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-science-gillan-2010-018-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 12 - Atlantic Sapphire\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/atlantic-sapphire-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-02-04 15:06:32','2019-02-04 15:06:32','',9,'http://02e3761.netsolhost.com/test/2019/02/04/9-revision-v1/',0,'revision','',0),(688,1,'2019-02-04 15:08:46','2019-02-04 15:08:46','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider module_class=\"ds-fw-slider\" _builder_version=\"3.19.10\" auto=\"on\" auto_ignore_hover=\"on\" custom_css_main_element=\"height: 100vh;\"][et_pb_slide admin_title=\"Home Slide 1 - MDC Interamerican (Building - Outside)\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/1-MDC-Interamerican-cropped2.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 2 - MDC Interamerican - Building (Inside)\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican2-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 3 - View along pinkston drive\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/SBC.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 4 - 3307-01-1998-dan-forer\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/3307-01-1998-dan-forer-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 5 - 4153-06-c2017-dan-forer\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/HE-FIU-StartUp-6-cropped.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 6 - SWSH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/swsh-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 7 - DCPS Prototypes\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dcps-prototypes-cropped-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 8 - KWCH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/kwch-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 9 - NTD Model\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/AV-NTD-FIS-4-cropped.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 10 - Dusk 3\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dusk3-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 11 - MDC Science-Gillan\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-science-gillan-2010-018-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 12 - Atlantic Sapphire\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/atlantic-sapphire-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-02-04 15:08:46','2019-02-04 15:08:46','',9,'http://02e3761.netsolhost.com/test/2019/02/04/9-revision-v1/',0,'revision','',0),(691,1,'2019-02-04 15:10:07','2019-02-04 15:10:07','','1 MDC Interamerican cropped','','inherit','open','closed','','1-mdc-interamerican-cropped','','','2019-02-04 15:10:07','2019-02-04 15:10:07','',9,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/1-MDC-Interamerican-cropped.jpg',0,'attachment','image/jpeg',0),(692,1,'2019-02-04 15:13:06','2019-02-04 15:13:06','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider module_class=\"ds-fw-slider\" _builder_version=\"3.19.10\" auto=\"on\" auto_ignore_hover=\"on\" custom_css_main_element=\"height: 100vh;\"][et_pb_slide admin_title=\"Home Slide 1 - MDC Interamerican (Building - Outside)\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/1-MDC-Interamerican-cropped.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 2 - MDC Interamerican - Building (Inside)\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-interamerican2-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 3 - View along pinkston drive\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/SBC.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 4 - 3307-01-1998-dan-forer\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/3307-01-1998-dan-forer-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 5 - 4153-06-c2017-dan-forer\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/HE-FIU-StartUp-6-cropped.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 6 - SWSH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/swsh-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 7 - DCPS Prototypes\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dcps-prototypes-cropped-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 8 - KWCH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/kwch-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 9 - NTD Model\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/AV-NTD-FIS-4-cropped.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 10 - Dusk 3\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dusk3-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 11 - MDC Science-Gillan\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-science-gillan-2010-018-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 12 - Atlantic Sapphire\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/atlantic-sapphire-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-02-04 15:13:06','2019-02-04 15:13:06','',9,'http://02e3761.netsolhost.com/test/2019/02/04/9-revision-v1/',0,'revision','',0),(696,1,'2019-02-04 15:17:40','2019-02-04 15:17:40','','2 mdc cropped','','inherit','open','closed','','2-mdc-cropped','','','2019-02-04 15:17:40','2019-02-04 15:17:40','',9,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/2-mdc-cropped.jpg',0,'attachment','image/jpeg',0),(697,1,'2019-02-04 15:18:18','2019-02-04 15:18:18','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider module_class=\"ds-fw-slider\" _builder_version=\"3.19.10\" auto=\"on\" auto_ignore_hover=\"on\" custom_css_main_element=\"height: 100vh;\"][et_pb_slide admin_title=\"Home Slide 1 - MDC Interamerican (Building - Outside)\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/1-MDC-Interamerican-cropped.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 2 - MDC Interamerican - Building (Inside)\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/2-mdc-cropped.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 3 - View along pinkston drive\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/SBC.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 4 - 3307-01-1998-dan-forer\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/3307-01-1998-dan-forer-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 5 - 4153-06-c2017-dan-forer\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/HE-FIU-StartUp-6-cropped.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 6 - SWSH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/swsh-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 7 - DCPS Prototypes\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dcps-prototypes-cropped-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 8 - KWCH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/kwch-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 9 - NTD Model\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/AV-NTD-FIS-4-cropped.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 10 - Dusk 3\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dusk3-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 11 - MDC Science-Gillan\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-science-gillan-2010-018-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 12 - Atlantic Sapphire\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/atlantic-sapphire-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-02-04 15:18:18','2019-02-04 15:18:18','',9,'http://02e3761.netsolhost.com/test/2019/02/04/9-revision-v1/',0,'revision','',0),(699,1,'2019-02-04 15:19:41','2019-02-04 15:19:41','','HIS-DCCH-Exterior','','inherit','open','closed','','his-dcch-exterior','','','2019-02-04 15:19:41','2019-02-04 15:19:41','',9,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/HIS-DCCH-Exterior.jpg',0,'attachment','image/jpeg',0),(701,1,'2019-02-04 15:22:37','2019-02-04 15:22:37','','3 NW View along Pinkston Dr cropped2','','inherit','open','closed','','3-nw-view-along-pinkston-dr-cropped2','','','2019-02-04 15:22:37','2019-02-04 15:22:37','',9,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/3-NW-View-along-Pinkston-Dr-cropped2.jpg',0,'attachment','image/jpeg',0),(702,1,'2019-02-04 15:23:32','2019-02-04 15:23:32','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\"][et_pb_fullwidth_slider module_class=\"ds-fw-slider\" _builder_version=\"3.19.10\" auto=\"on\" auto_ignore_hover=\"on\" custom_css_main_element=\"height: 100vh;\"][et_pb_slide admin_title=\"Home Slide 1 - MDC Interamerican (Building - Outside)\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/1-MDC-Interamerican-cropped.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 2 - MDC Interamerican - Building (Inside)\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/2-mdc-cropped.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 3 - View along pinkston drive\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/3-NW-View-along-Pinkston-Dr-cropped2.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 4 - 3307-01-1998-dan-forer\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/3307-01-1998-dan-forer-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 5 - 4153-06-c2017-dan-forer\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/HE-FIU-StartUp-6-cropped.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 6 - SWSH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/swsh-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 7 - DCPS Prototypes\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dcps-prototypes-cropped-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 8 - KWCH\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/kwch-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 9 - NTD Model\" _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/AV-NTD-FIS-4-cropped.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 10 - Dusk 3\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/dusk3-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 11 - MDC Science-Gillan\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/mdc-science-gillan-2010-018-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][et_pb_slide admin_title=\"Home Slide 12 - Atlantic Sapphire\" _builder_version=\"3.19.3\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/atlantic-sapphire-1920px.jpg\" background_position=\"top_center\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','Home','','inherit','closed','closed','','9-revision-v1','','','2019-02-04 15:23:32','2019-02-04 15:23:32','',9,'http://02e3761.netsolhost.com/test/2019/02/04/9-revision-v1/',0,'revision','',0),(705,1,'2019-02-04 16:22:25','2019-02-04 16:22:25','','FOTT17-276','','inherit','open','closed','','fott17-276','','','2019-02-04 16:22:25','2019-02-04 16:22:25','',13,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg',0,'attachment','image/jpeg',0),(706,1,'2019-02-04 16:24:11','2019-02-04 16:24:11','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\" custom_css_main_element=\"position: fixed;\"][et_pb_fullwidth_menu menu_id=\"6\" disabled_on=\"on|off|off\" module_class=\"anchor-links-menu\" _builder_version=\"3.19.3\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-04 16:24:11','2019-02-04 16:24:11','',13,'http://02e3761.netsolhost.com/test/2019/02/04/13-revision-v1/',0,'revision','',0),(708,1,'2019-02-04 17:12:31','2019-02-04 17:12:31','','0','','inherit','open','closed','','0','','','2019-02-04 17:12:31','2019-02-04 17:12:31','',13,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/0.jpg',0,'attachment','image/jpeg',0),(710,1,'2019-02-04 17:18:55','2019-02-04 17:18:55','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\" custom_css_main_element=\"position: fixed;\"][et_pb_fullwidth_menu menu_id=\"6\" disabled_on=\"on|off|off\" module_class=\"anchor-links-menu\" _builder_version=\"3.19.3\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/0.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-04 17:18:55','2019-02-04 17:18:55','',13,'http://02e3761.netsolhost.com/test/2019/02/04/13-revision-v1/',0,'revision','',0),(712,1,'2019-02-04 18:32:48','2019-02-04 18:32:48','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\" custom_css_main_element=\"position: fixed;\"][et_pb_fullwidth_menu menu_id=\"6\" disabled_on=\"on|off|off\" module_class=\"anchor-links-menu\" _builder_version=\"3.19.3\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/trees17-324-rotated.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-04 18:32:48','2019-02-04 18:32:48','',13,'http://02e3761.netsolhost.com/test/2019/02/04/13-revision-v1/',0,'revision','',0),(714,1,'2019-02-04 18:37:25','2019-02-04 18:37:25','','00','','inherit','open','closed','','00','','','2019-02-04 18:37:25','2019-02-04 18:37:25','',13,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/00.jpg',0,'attachment','image/jpeg',0),(715,1,'2019-02-04 18:37:37','2019-02-04 18:37:37','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\" custom_css_main_element=\"position: fixed;\"][et_pb_fullwidth_menu menu_id=\"6\" disabled_on=\"on|off|off\" module_class=\"anchor-links-menu\" _builder_version=\"3.19.3\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/00.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-04 18:37:37','2019-02-04 18:37:37','',13,'http://02e3761.netsolhost.com/test/2019/02/04/13-revision-v1/',0,'revision','',0),(717,1,'2019-02-04 19:04:39','2019-02-04 19:04:39','','bam','','inherit','open','closed','','bam','','','2019-02-04 19:04:39','2019-02-04 19:04:39','',13,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/bam.jpg',0,'attachment','image/jpeg',0),(718,1,'2019-02-04 19:11:41','2019-02-04 19:11:41','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\" custom_css_main_element=\"position: fixed;\"][et_pb_fullwidth_menu menu_id=\"6\" disabled_on=\"on|off|off\" module_class=\"anchor-links-menu\" _builder_version=\"3.19.3\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/bam.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/00.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-04 19:11:41','2019-02-04 19:11:41','',13,'http://02e3761.netsolhost.com/test/2019/02/04/13-revision-v1/',0,'revision','',0),(721,1,'2019-02-04 19:23:50','2019-02-04 19:23:50','','rawpixel-558597-unsplash','','inherit','open','closed','','rawpixel-558597-unsplash','','','2019-02-04 19:23:50','2019-02-04 19:23:50','',13,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/rawpixel-558597-unsplash.jpg',0,'attachment','image/jpeg',0),(722,1,'2019-02-04 19:28:39','2019-02-04 19:28:39','','Community Header1','','inherit','open','closed','','community-header1','','','2019-02-04 19:28:39','2019-02-04 19:28:39','',13,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header1.jpg',0,'attachment','image/jpeg',0),(723,1,'2019-02-04 19:29:00','2019-02-04 19:29:00','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\" custom_css_main_element=\"position: fixed;\"][et_pb_fullwidth_menu menu_id=\"6\" disabled_on=\"on|off|off\" module_class=\"anchor-links-menu\" _builder_version=\"3.19.3\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header1.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/black-architects-in-the-making.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/00.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-04 19:29:00','2019-02-04 19:29:00','',13,'http://02e3761.netsolhost.com/test/2019/02/04/13-revision-v1/',0,'revision','',0),(726,1,'2019-02-04 19:41:54','2019-02-04 19:41:54','','MDC Int','','inherit','open','closed','','mdc-int','','','2019-02-04 19:41:54','2019-02-04 19:41:54','',13,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg',0,'attachment','image/jpeg',0),(728,1,'2019-02-04 20:01:10','2019-02-04 20:01:10','','BAM HEader','','inherit','open','closed','','bam-header','','','2019-02-04 20:01:10','2019-02-04 20:01:10','',13,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg',0,'attachment','image/jpeg',0),(729,1,'2019-02-04 20:03:11','2019-02-04 20:03:11','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\" custom_css_main_element=\"position: fixed;\"][et_pb_fullwidth_menu menu_id=\"6\" disabled_on=\"on|off|off\" module_class=\"anchor-links-menu\" _builder_version=\"3.19.3\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header1.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/00.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-04 20:03:11','2019-02-04 20:03:11','',13,'http://02e3761.netsolhost.com/test/2019/02/04/13-revision-v1/',0,'revision','',0),(731,1,'2019-02-04 20:09:08','2019-02-04 20:09:08','','Courthouse cropped2','','inherit','open','closed','','courthouse-cropped2','','','2019-02-04 20:09:08','2019-02-04 20:09:08','',13,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg',0,'attachment','image/jpeg',0),(733,1,'2019-02-04 20:10:56','2019-02-04 20:10:56','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\" custom_css_main_element=\"position: fixed;\"][et_pb_fullwidth_menu menu_id=\"6\" disabled_on=\"on|off|off\" module_class=\"anchor-links-menu\" _builder_version=\"3.19.3\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header1.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/00.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-04 20:10:56','2019-02-04 20:10:56','',13,'http://02e3761.netsolhost.com/test/2019/02/04/13-revision-v1/',0,'revision','',0),(734,1,'2019-02-04 20:19:41','2019-02-04 20:19:41','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\" custom_css_main_element=\"position: fixed;\"][et_pb_fullwidth_menu menu_id=\"6\" disabled_on=\"on|off|off\" module_class=\"anchor-links-menu\" _builder_version=\"3.19.3\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/00.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-04 20:19:41','2019-02-04 20:19:41','',13,'http://02e3761.netsolhost.com/test/2019/02/04/13-revision-v1/',0,'revision','',0),(737,1,'2019-02-04 20:23:38','2019-02-04 20:23:38','','Community Header - Vizcaya','','inherit','open','closed','','community-header-vizcaya','','','2019-02-04 20:23:38','2019-02-04 20:23:38','',13,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg',0,'attachment','image/jpeg',0),(738,1,'2019-02-04 20:23:49','2019-02-04 20:23:49','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.3\" custom_css_main_element=\"position: fixed;\"][et_pb_fullwidth_menu menu_id=\"6\" disabled_on=\"on|off|off\" module_class=\"anchor-links-menu\" _builder_version=\"3.19.3\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/0.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\" padding_bottom=\"120px\" padding_top=\"120px\" bg_img=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_repeat=\"no-repeat\"][et_pb_text _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-04 20:23:49','2019-02-04 20:23:49','',13,'http://02e3761.netsolhost.com/test/2019/02/04/13-revision-v1/',0,'revision','',0),(741,1,'2019-02-06 09:36:04','2019-02-06 09:36:04','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:2%;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{display:block;}\n\n.et_pb_portfolio_item:hover .post-meta {display: block;}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n.et_pb_grid_item {\n width: 31%;\nmargin-right: 2%;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-06 09:36:04','2019-02-06 09:36:04','',5,'http://02e3761.netsolhost.com/test/2019/02/06/5-revision-v1/',0,'revision','',0),(743,1,'2019-02-06 09:36:31','2019-02-06 09:36:31','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:2%;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{display:block;}\n\n.et_pb_portfolio_item:hover .post-meta {display: block;}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n.et_pb_grid_item {\n width: 31% !important;\nmargin-right: 2% !important;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-06 09:36:31','2019-02-06 09:36:31','',5,'http://02e3761.netsolhost.com/test/2019/02/06/5-revision-v1/',0,'revision','',0),(745,1,'2019-02-06 09:37:29','2019-02-06 09:37:29','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:2%;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{display:block;}\n\n.et_pb_portfolio_item:hover .post-meta {display: block;}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n.et_pb_grid_item {\n width: 31% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-06 09:37:29','2019-02-06 09:37:29','',5,'http://02e3761.netsolhost.com/test/2019/02/06/5-revision-v1/',0,'revision','',0),(747,1,'2019-02-06 09:40:02','2019-02-06 09:40:02','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:2%;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{display:block;}\n\n.et_pb_portfolio_item:hover .post-meta {display: block;}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n.et_pb_grid_item {\n width: 31% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\np.post-meta a {\n position: absolute;\n bottom: 20px;\n}\n\np.post-meta a:hover {\n display: block !important;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-06 09:40:02','2019-02-06 09:40:02','',5,'http://02e3761.netsolhost.com/test/2019/02/06/5-revision-v1/',0,'revision','',0),(749,1,'2019-02-06 09:47:38','2019-02-06 09:47:38','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:2%;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{display:block;}\n\n.et_pb_portfolio_item:hover .post-meta {display: block;}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n.et_pb_grid_item {\n width: 31% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\np.post-meta a {\n position: absolute;\n bottom: 20px;\n}\n\np.post-meta a:hover {\n display: block !important;\n color: red !important;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-06 09:47:38','2019-02-06 09:47:38','',5,'http://02e3761.netsolhost.com/test/2019/02/06/5-revision-v1/',0,'revision','',0),(751,1,'2019-02-06 09:50:06','2019-02-06 09:50:06','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:2%;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{display:block;}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom: 20px;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n.et_pb_grid_item {\n width: 31% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-06 09:50:06','2019-02-06 09:50:06','',5,'http://02e3761.netsolhost.com/test/2019/02/06/5-revision-v1/',0,'revision','',0),(753,1,'2019-02-06 10:06:09','2019-02-06 10:06:09','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 31% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:2%;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{display:block;}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom: 20px;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-06 10:06:09','2019-02-06 10:06:09','',5,'http://02e3761.netsolhost.com/test/2019/02/06/5-revision-v1/',0,'revision','',0),(755,1,'2019-02-06 10:07:35','2019-02-06 10:07:35','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:2%;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{display:block;}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom: 20px;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-06 10:07:35','2019-02-06 10:07:35','',5,'http://02e3761.netsolhost.com/test/2019/02/06/5-revision-v1/',0,'revision','',0),(757,1,'2019-02-06 10:08:49','2019-02-06 10:08:49','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 0 !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:2%;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{display:block;}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom: 20px;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-06 10:08:49','2019-02-06 10:08:49','',5,'http://02e3761.netsolhost.com/test/2019/02/06/5-revision-v1/',0,'revision','',0),(759,1,'2019-02-06 10:09:41','2019-02-06 10:09:41','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 0px !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:2%;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{display:block;}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom: 20px;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-06 10:09:41','2019-02-06 10:09:41','',5,'http://02e3761.netsolhost.com/test/2019/02/06/5-revision-v1/',0,'revision','',0),(761,1,'2019-02-06 10:11:23','2019-02-06 10:11:23','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 0px !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:2%;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{display:block;}\n\n.post-meta {\n margin: 0 !important;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom: 20px;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-06 10:11:23','2019-02-06 10:11:23','',5,'http://02e3761.netsolhost.com/test/2019/02/06/5-revision-v1/',0,'revision','',0),(763,1,'2019-02-06 10:14:12','2019-02-06 10:14:12','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 0px !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:10%;\n font-weight: 800;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.post-meta {\n margin: 0 !important;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom: 20px;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-06 10:14:12','2019-02-06 10:14:12','',5,'http://02e3761.netsolhost.com/test/2019/02/06/5-revision-v1/',0,'revision','',0),(765,1,'2019-02-06 10:14:56','2019-02-06 10:14:56','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 0px !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.post-meta {\n margin: 0 !important;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-06 10:14:56','2019-02-06 10:14:56','',5,'http://02e3761.netsolhost.com/test/2019/02/06/5-revision-v1/',0,'revision','',0),(767,1,'2019-02-06 10:15:46','2019-02-06 10:15:46','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 0px !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.post-meta {\n margin: 0 !important;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-06 10:15:46','2019-02-06 10:15:46','',5,'http://02e3761.netsolhost.com/test/2019/02/06/5-revision-v1/',0,'revision','',0),(768,1,'2019-02-06 10:16:37','2019-02-06 10:16:37','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\"][et_pb_row admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" make_fullwidth=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.10\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-06 10:16:37','2019-02-06 10:16:37','',11,'http://02e3761.netsolhost.com/test/2019/02/06/11-revision-v1/',0,'revision','',0),(769,1,'2019-02-06 10:17:59','2019-02-06 10:17:59','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\"][et_pb_row admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.10\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-06 10:17:59','2019-02-06 10:17:59','',11,'http://02e3761.netsolhost.com/test/2019/02/06/11-revision-v1/',0,'revision','',0),(772,1,'2019-02-06 10:19:44','2019-02-06 10:19:44','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 0px !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.post-meta {\n margin: 0 !important;\n}\n\n.et_pb_portfolio_item:hover .post-meta a {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-06 10:19:44','2019-02-06 10:19:44','',5,'http://02e3761.netsolhost.com/test/2019/02/06/5-revision-v1/',0,'revision','',0),(774,1,'2019-02-06 10:21:03','2019-02-06 10:21:03','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 0px !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.post-meta {\n margin: 0 !important;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta a {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-06 10:21:03','2019-02-06 10:21:03','',5,'http://02e3761.netsolhost.com/test/2019/02/06/5-revision-v1/',0,'revision','',0),(776,1,'2019-02-06 10:22:47','2019-02-06 10:22:47','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 0px !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-06 10:22:47','2019-02-06 10:22:47','',5,'http://02e3761.netsolhost.com/test/2019/02/06/5-revision-v1/',0,'revision','',0),(778,1,'2019-02-06 10:24:02','2019-02-06 10:24:02','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 0px !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta a {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-06 10:24:02','2019-02-06 10:24:02','',5,'http://02e3761.netsolhost.com/test/2019/02/06/5-revision-v1/',0,'revision','',0),(780,1,'2019-02-06 10:24:23','2019-02-06 10:24:23','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 0px !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-06 10:24:23','2019-02-06 10:24:23','',5,'http://02e3761.netsolhost.com/test/2019/02/06/5-revision-v1/',0,'revision','',0),(782,1,'2019-02-06 10:25:11','2019-02-06 10:25:11','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-06 10:25:11','2019-02-06 10:25:11','',5,'http://02e3761.netsolhost.com/test/2019/02/06/5-revision-v1/',0,'revision','',0),(783,1,'2019-02-06 10:26:59','2019-02-06 10:26:59','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text]Test Project[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-06 10:26:59','2019-02-06 10:26:59','',641,'http://02e3761.netsolhost.com/test/2019/02/06/641-revision-v1/',0,'revision','',0),(785,1,'2019-02-06 10:31:02','2019-02-06 10:31:02','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider _builder_version=\"3.19.10\"][et_pb_slide _builder_version=\"3.19.10\" image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]Content[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\" admin_label=\"Text\"]Content[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-06 10:31:02','2019-02-06 10:31:02','',641,'http://02e3761.netsolhost.com/test/2019/02/06/641-revision-v1/',0,'revision','',0),(787,1,'2019-02-06 10:37:27','2019-02-06 10:37:27','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider _builder_version=\"3.19.10\"][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-06 10:37:27','2019-02-06 10:37:27','',641,'http://02e3761.netsolhost.com/test/2019/02/06/641-revision-v1/',0,'revision','',0),(789,1,'2019-02-06 10:38:27','2019-02-06 10:38:27','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider _builder_version=\"3.19.10\"][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.19.10\" admin_label=\"Page Heading\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-06 10:38:27','2019-02-06 10:38:27','',641,'http://02e3761.netsolhost.com/test/2019/02/06/641-revision-v1/',0,'revision','',0),(792,1,'2019-02-06 10:44:22','2019-02-06 10:44:22','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider _builder_version=\"3.19.10\"][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.10\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table>\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-06 10:44:22','2019-02-06 10:44:22','',641,'http://02e3761.netsolhost.com/test/2019/02/06/641-revision-v1/',0,'revision','',0),(794,1,'2019-02-06 10:46:19','2019-02-06 10:46:19','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider _builder_version=\"3.19.10\"][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\"][/et_pb_slide][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.10\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table>\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-06 10:46:19','2019-02-06 10:46:19','',641,'http://02e3761.netsolhost.com/test/2019/02/06/641-revision-v1/',0,'revision','',0),(798,1,'2019-02-08 15:29:11','2019-02-08 15:29:11','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-08 15:29:11','2019-02-08 15:29:11','',5,'http://02e3761.netsolhost.com/test/2019/02/08/5-revision-v1/',0,'revision','',0),(800,1,'2019-02-08 15:32:13','2019-02-08 15:32:13','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.19.10\" custom_margin=\"||\" custom_padding=\"0px||0px\"][et_pb_row admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.10\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-08 15:32:13','2019-02-08 15:32:13','',11,'http://02e3761.netsolhost.com/test/2019/02/08/11-revision-v1/',0,'revision','',0),(801,1,'2019-02-08 15:35:06','2019-02-08 15:35:06','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.10\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-08 15:35:06','2019-02-08 15:35:06','',11,'http://02e3761.netsolhost.com/test/2019/02/08/11-revision-v1/',0,'revision','',0),(804,1,'2019-02-08 15:36:21','2019-02-08 15:36:21','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\" module_class=\"project-slide-section\"][et_pb_row custom_padding=\"0px||0px\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.10\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-08 15:36:21','2019-02-08 15:36:21','',11,'http://02e3761.netsolhost.com/test/2019/02/08/11-revision-v1/',0,'revision','',0),(807,1,'2019-02-08 15:37:57','2019-02-08 15:37:57','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-08 15:37:57','2019-02-08 15:37:57','',5,'http://02e3761.netsolhost.com/test/2019/02/08/5-revision-v1/',0,'revision','',0),(809,1,'2019-02-08 15:41:08','2019-02-08 15:41:08','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.10\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-08 15:41:08','2019-02-08 15:41:08','',11,'http://02e3761.netsolhost.com/test/2019/02/08/11-revision-v1/',0,'revision','',0),(810,1,'2019-02-08 15:42:46','2019-02-08 15:42:46','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\" module_class=\"project-slide-section\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider _builder_version=\"3.19.10\"][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\"][/et_pb_slide][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.10\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table>\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-08 15:42:46','2019-02-08 15:42:46','',641,'http://02e3761.netsolhost.com/test/2019/02/08/641-revision-v1/',0,'revision','',0),(813,1,'2019-02-08 15:45:46','2019-02-08 15:45:46','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slide-section .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slide-section .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slide-section .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slide-section .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slide-section div.et_pb_slide_description, \n.project-slide-section .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-08 15:45:46','2019-02-08 15:45:46','',5,'http://02e3761.netsolhost.com/test/2019/02/08/5-revision-v1/',0,'revision','',0),(815,1,'2019-02-08 15:49:47','2019-02-08 15:49:47','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-08 15:49:47','2019-02-08 15:49:47','',5,'http://02e3761.netsolhost.com/test/2019/02/08/5-revision-v1/',0,'revision','',0),(817,1,'2019-02-08 15:50:01','2019-02-08 15:50:01','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider _builder_version=\"3.19.10\" module_class=\"project-slider\"][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\"][/et_pb_slide][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.10\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table>\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-08 15:50:01','2019-02-08 15:50:01','',641,'http://02e3761.netsolhost.com/test/2019/02/08/641-revision-v1/',0,'revision','',0),(819,1,'2019-02-08 15:57:31','2019-02-08 15:57:31','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\n@media only screen and (max-width: 840px) {\ntable.responsive {\nmargin-bottom: 0;\noverflow: hidden;\noverflow-x: scroll;\ndisplay: block;\nwhite-space: nowrap;\n}\n}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-08 15:57:31','2019-02-08 15:57:31','',5,'http://02e3761.netsolhost.com/test/2019/02/08/5-revision-v1/',0,'revision','',0),(820,1,'2019-02-08 15:57:51','2019-02-08 15:57:51','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.10\"][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\"][/et_pb_slide][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.10\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-08 15:57:51','2019-02-08 15:57:51','',641,'http://02e3761.netsolhost.com/test/2019/02/08/641-revision-v1/',0,'revision','',0),(823,1,'2019-02-08 16:07:15','2019-02-08 16:07:15','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-collapse: collapse;\nwidth: 100%;\n}\n\nth, td {\npadding: 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-08 16:07:15','2019-02-08 16:07:15','',5,'http://02e3761.netsolhost.com/test/2019/02/08/5-revision-v1/',0,'revision','',0),(825,1,'2019-02-08 16:08:43','2019-02-08 16:08:43','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-08 16:08:43','2019-02-08 16:08:43','',5,'http://02e3761.netsolhost.com/test/2019/02/08/5-revision-v1/',0,'revision','',0),(827,1,'2019-02-08 16:09:45','2019-02-08 16:09:45','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-08 16:09:45','2019-02-08 16:09:45','',5,'http://02e3761.netsolhost.com/test/2019/02/08/5-revision-v1/',0,'revision','',0),(829,1,'2019-02-08 16:11:59','2019-02-08 16:11:59','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 0;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-08 16:11:59','2019-02-08 16:11:59','',5,'http://02e3761.netsolhost.com/test/2019/02/08/5-revision-v1/',0,'revision','',0),(831,1,'2019-02-08 16:35:00','2019-02-08 16:35:00','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-08 16:35:00','2019-02-08 16:35:00','',5,'http://02e3761.netsolhost.com/test/2019/02/08/5-revision-v1/',0,'revision','',0),(833,1,'2019-02-08 16:59:17','2019-02-08 16:59:17','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n padding: 10px 0;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-08 16:59:17','2019-02-08 16:59:17','',5,'http://02e3761.netsolhost.com/test/2019/02/08/5-revision-v1/',0,'revision','',0),(835,1,'2019-02-08 17:00:04','2019-02-08 17:00:04','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-08 17:00:04','2019-02-08 17:00:04','',5,'http://02e3761.netsolhost.com/test/2019/02/08/5-revision-v1/',0,'revision','',0),(836,1,'2019-02-11 08:20:37','2019-02-11 08:20:37','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.10\"][et_pb_fullwidth_menu _builder_version=\"3.19.10\" menu_id=\"6\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.10\"][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\"][/et_pb_slide][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.10\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-11 08:20:37','2019-02-11 08:20:37','',641,'http://02e3761.netsolhost.com/test/2019/02/11/641-revision-v1/',0,'revision','',0),(838,1,'2019-02-11 08:27:28','2019-02-11 08:27:28','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.10\"][et_pb_fullwidth_menu menu_id=\"6\" _builder_version=\"3.19.10\" custom_css_main_element=\"position: fixed;\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.10\"][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\"][/et_pb_slide][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.10\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-11 08:27:28','2019-02-11 08:27:28','',641,'http://02e3761.netsolhost.com/test/2019/02/11/641-revision-v1/',0,'revision','',0),(840,1,'2019-02-11 08:32:09','2019-02-11 08:32:09','{\n \"custom_css[Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\nbody.postid-641 .main-header {\\n\\tdisplay: none;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 08:32:09\"\n }\n}','','','trash','closed','closed','','b819879b-dd7a-4b56-903e-af9b868a83d9','','','2019-02-11 08:32:09','2019-02-11 08:32:09','',0,'http://02e3761.netsolhost.com/test/?p=840',0,'customize_changeset','',0),(841,1,'2019-02-11 08:32:10','2019-02-11 08:32:10','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\nbody.postid-641 .main-header {\n display: none;\n}\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-11 08:32:10','2019-02-11 08:32:10','',5,'http://02e3761.netsolhost.com/test/2019/02/11/5-revision-v1/',0,'revision','',0),(842,1,'2019-02-11 08:32:29','2019-02-11 08:32:29','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.10\"][et_pb_fullwidth_menu menu_id=\"6\" _builder_version=\"3.19.10\" custom_css_main_element=\"position: fixed;||top: 32px;\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.10\"][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\"][/et_pb_slide][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.10\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-11 08:32:29','2019-02-11 08:32:29','',641,'http://02e3761.netsolhost.com/test/2019/02/11/641-revision-v1/',0,'revision','',0),(844,1,'2019-02-11 08:33:52','2019-02-11 08:33:52','{\n \"custom_css[Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\nbody.postid-641 #main-header {\\n\\tdisplay: none;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 08:33:52\"\n }\n}','','','trash','closed','closed','','86de3717-b9ef-452e-86fa-bd66aed40557','','','2019-02-11 08:33:52','2019-02-11 08:33:52','',0,'http://02e3761.netsolhost.com/test/2019/02/11/86de3717-b9ef-452e-86fa-bd66aed40557/',0,'customize_changeset','',0),(845,1,'2019-02-11 08:33:52','2019-02-11 08:33:52','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\nbody.postid-641 #main-header {\n display: none;\n}\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-11 08:33:52','2019-02-11 08:33:52','',5,'http://02e3761.netsolhost.com/test/2019/02/11/5-revision-v1/',0,'revision','',0),(846,1,'2019-02-11 08:35:22','2019-02-11 08:35:22','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.10\"][et_pb_fullwidth_menu menu_id=\"6\" _builder_version=\"3.19.10\" custom_css_main_element=\"position: fixed;\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.10\"][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\"][/et_pb_slide][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.10\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-11 08:35:22','2019-02-11 08:35:22','',641,'http://02e3761.netsolhost.com/test/2019/02/11/641-revision-v1/',0,'revision','',0),(848,1,'2019-02-11 08:38:26','2019-02-11 08:38:26','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.10\" module_class=\"fixed-anchors\"][et_pb_fullwidth_menu menu_id=\"6\" _builder_version=\"3.19.10\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.10\"][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\"][/et_pb_slide][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.10\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-11 08:38:26','2019-02-11 08:38:26','',641,'http://02e3761.netsolhost.com/test/2019/02/11/641-revision-v1/',0,'revision','',0),(850,1,'2019-02-11 08:39:04','2019-02-11 08:39:04','{\n \"custom_css[Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\nbody.postid-641 #main-header {\\n\\tdisplay: none;\\n}\\n\\nbody.postid-641 .fixed-anchors {\\n position: fixed !important;\\n top: 0 !important;\\n}\\n\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 08:39:04\"\n }\n}','','','trash','closed','closed','','13703ebc-8263-48a7-9bb8-b8a5dd8c00d3','','','2019-02-11 08:39:04','2019-02-11 08:39:04','',0,'http://02e3761.netsolhost.com/test/2019/02/11/13703ebc-8263-48a7-9bb8-b8a5dd8c00d3/',0,'customize_changeset','',0),(851,1,'2019-02-11 08:39:04','2019-02-11 08:39:04','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\nbody.postid-641 #main-header {\n display: none;\n}\n\nbody.postid-641 .fixed-anchors {\n position: fixed !important;\n top: 0 !important;\n}\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-11 08:39:04','2019-02-11 08:39:04','',5,'http://02e3761.netsolhost.com/test/2019/02/11/5-revision-v1/',0,'revision','',0),(852,1,'2019-02-11 08:42:35','2019-02-11 08:42:35','[et_pb_section fb_built=\"1\" fullwidth=\"on\" module_class=\"et-fixed-header\" _builder_version=\"3.19.10\"][et_pb_fullwidth_menu menu_id=\"6\" _builder_version=\"3.19.10\"][/et_pb_fullwidth_menu][/et_pb_section][et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.0.48\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.10\"][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\"][/et_pb_slide][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.10\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-11 08:42:35','2019-02-11 08:42:35','',641,'http://02e3761.netsolhost.com/test/2019/02/11/641-revision-v1/',0,'revision','',0),(854,1,'2019-02-11 08:43:42','2019-02-11 08:43:42','{\n \"custom_css[Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 08:43:42\"\n }\n}','','','trash','closed','closed','','4bbece3b-88fd-47cc-b21d-aa18d33a575c','','','2019-02-11 08:43:42','2019-02-11 08:43:42','',0,'http://02e3761.netsolhost.com/test/2019/02/11/4bbece3b-88fd-47cc-b21d-aa18d33a575c/',0,'customize_changeset','',0),(855,1,'2019-02-11 08:43:42','2019-02-11 08:43:42','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-11 08:43:42','2019-02-11 08:43:42','',5,'http://02e3761.netsolhost.com/test/2019/02/11/5-revision-v1/',0,'revision','',0),(857,1,'2019-02-11 09:30:25','2019-02-11 09:30:25','#main-header {\n background-image: url(\"http://mcha.adrianmiddleton.co.uk/mcha/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n top: 0px !important;\n}\n\n#top-header {\n display: none;\n}\n\nbody.home #main-header {\n background-color: transparent !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n background-color: #fff;\n}\n\nbody.page-id-15 img#logo {\n margin-top: -18px;\n}\n\nbody.page-id-13 img#logo {\n margin-top: -18px;\n}\n\nbody.home #et-main-area {\n margin-top: -110px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #page-container {\n padding-top: 110px !important;\n}\n\nbody.home #main-content {\n \n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n} \n\n.ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n margin-top: -15px;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -10px !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -10px !important;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n font-size: 14px;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (max-width: 1335px) {\n .et_pb_portfolio_filters {\n position: fixed!important;\n min-width: 80% !important;\n max-width: 1080px !important;}\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\n position: fixed;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nmin-width: 1080px;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n@media (max-width: 1050px) {\n#et_mobile_nav_menu {\n display: block !important;\n }\n #top-menu {\n display: none;\n}\n #et-secondary-menu {\n display: none;\n }\n .et_pb_filterable_portfolio .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5;}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}','MCHA-Child-Theme-Divi','','publish','closed','closed','','mcha-child-theme-divi','','','2019-03-08 18:49:44','2019-03-08 18:49:44','',0,'http://02e3761.netsolhost.com/test/2019/02/11/mcha-child-theme-divi/',0,'custom_css','',0),(858,1,'2019-02-11 09:30:25','2019-02-11 09:30:25','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 09:30:25','2019-02-11 09:30:25','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(859,1,'2019-02-11 09:41:11','2019-02-11 09:41:11','{\n \"custom_css[Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n#et-secondary-menu {\\n clear: both;\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 09:41:10\"\n },\n \"Divi::nav_menu_locations[primary-menu]\": {\n \"value\": 2,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 09:41:10\"\n },\n \"Divi::nav_menu_locations[secondary-menu]\": {\n \"value\": 6,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 09:41:10\"\n }\n}','','','trash','closed','closed','','9d1cc9e8-eb79-4060-be02-3eb38a59da6c','','','2019-02-11 09:41:11','2019-02-11 09:41:11','',0,'http://02e3761.netsolhost.com/test/2019/02/11/9d1cc9e8-eb79-4060-be02-3eb38a59da6c/',0,'customize_changeset','',0),(860,1,'2019-02-11 09:41:11','2019-02-11 09:41:11','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n#et-secondary-menu {\n clear: both;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-11 09:41:11','2019-02-11 09:41:11','',5,'http://02e3761.netsolhost.com/test/2019/02/11/5-revision-v1/',0,'revision','',0),(861,1,'2019-02-11 09:46:00','2019-02-11 09:46:00','{\n \"custom_css[Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n#et-secondary-menu {\\n clear: both !important;\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 09:46:00\"\n },\n \"Divi::nav_menu_locations[primary-menu]\": {\n \"value\": 2,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 09:46:00\"\n },\n \"Divi::nav_menu_locations[secondary-menu]\": {\n \"value\": 6,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 09:46:00\"\n }\n}','','','trash','closed','closed','','64236969-0cee-487d-a63a-1aef971a96f5','','','2019-02-11 09:46:00','2019-02-11 09:46:00','',0,'http://02e3761.netsolhost.com/test/2019/02/11/64236969-0cee-487d-a63a-1aef971a96f5/',0,'customize_changeset','',0),(862,1,'2019-02-11 09:46:00','2019-02-11 09:46:00','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n#et-secondary-menu {\n clear: both !important;\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n','Divi','','inherit','closed','closed','','5-revision-v1','','','2019-02-11 09:46:00','2019-02-11 09:46:00','',5,'http://02e3761.netsolhost.com/test/2019/02/11/5-revision-v1/',0,'revision','',0),(863,1,'2019-02-11 09:49:30','2019-02-11 09:49:30','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n clear: both;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 09:49:30\"\n }\n}','','','trash','closed','closed','','547e921a-cfc6-4095-88f4-ae19ea4a3207','','','2019-02-11 09:49:30','2019-02-11 09:49:30','',0,'http://02e3761.netsolhost.com/test/2019/02/11/547e921a-cfc6-4095-88f4-ae19ea4a3207/',0,'customize_changeset','',0),(864,1,'2019-02-11 09:49:31','2019-02-11 09:49:31','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n clear: both;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 09:49:31','2019-02-11 09:49:31','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(865,1,'2019-02-11 09:52:10','2019-02-11 09:52:10','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 09:52:10\"\n }\n}','','','trash','closed','closed','','7c5b1fd9-862d-41d7-8b1a-f44f0763a2c3','','','2019-02-11 09:52:10','2019-02-11 09:52:10','',0,'http://02e3761.netsolhost.com/test/?p=865',0,'customize_changeset','',0),(866,1,'2019-02-11 09:52:10','2019-02-11 09:52:10','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 09:52:10','2019-02-11 09:52:10','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(868,1,'2019-02-11 10:12:51','2019-02-11 10:12:51','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 10:12:51\"\n }\n}','','','trash','closed','closed','','d1a556a6-9075-49aa-bff5-9b4e07b66407','','','2019-02-11 10:12:51','2019-02-11 10:12:51','',0,'http://02e3761.netsolhost.com/test/2019/02/11/d1a556a6-9075-49aa-bff5-9b4e07b66407/',0,'customize_changeset','',0),(869,1,'2019-02-11 10:12:51','2019-02-11 10:12:51','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 10:12:51','2019-02-11 10:12:51','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(870,1,'2019-02-11 10:18:56','2019-02-11 10:18:56','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\n.et_pb_portfolio_filters {\\n\\tposition: absolute;\\n\\ttop: 32px;\\n\\tright: 0;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 10:18:56\"\n }\n}','','','trash','closed','closed','','eaa30dc7-8d81-4e2e-b2a4-35b899e8b34a','','','2019-02-11 10:18:56','2019-02-11 10:18:56','',0,'http://02e3761.netsolhost.com/test/2019/02/11/eaa30dc7-8d81-4e2e-b2a4-35b899e8b34a/',0,'customize_changeset','',0),(871,1,'2019-02-11 10:18:56','2019-02-11 10:18:56','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\n.et_pb_portfolio_filters {\n position: absolute;\n top: 32px;\n right: 0;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 10:18:56','2019-02-11 10:18:56','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(872,1,'2019-02-11 10:50:19','2019-02-11 10:50:19','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\" custom_css_main_element=\"position: fixed;||top: 230px;||right: 0;||left: 0;||z-index: 99;\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-11 10:50:19','2019-02-11 10:50:19','',11,'http://02e3761.netsolhost.com/test/2019/02/11/11-revision-v1/',0,'revision','',0),(874,1,'2019-02-11 10:52:10','2019-02-11 10:52:10','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\" custom_css_main_element=\"position: fixed;||top: 20px;||right: 0;||left: 0;||z-index: 99;\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-11 10:52:10','2019-02-11 10:52:10','',11,'http://02e3761.netsolhost.com/test/2019/02/11/11-revision-v1/',0,'revision','',0),(877,1,'2019-02-11 10:54:12','2019-02-11 10:54:12','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-11 10:54:12','2019-02-11 10:54:12','',11,'http://02e3761.netsolhost.com/test/2019/02/11/11-revision-v1/',0,'revision','',0),(879,1,'2019-02-11 10:58:41','2019-02-11 10:58:41','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\"][/et_pb_filterable_portfolio][et_pb_portfolio _builder_version=\"3.19.13\" include_categories=\"8,7,9\"][/et_pb_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-11 10:58:41','2019-02-11 10:58:41','',11,'http://02e3761.netsolhost.com/test/2019/02/11/11-revision-v1/',0,'revision','',0),(881,1,'2019-02-11 10:59:46','2019-02-11 10:59:46','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 10:59:46\"\n }\n}','','','trash','closed','closed','','21c61e91-8854-47c1-b4fa-2a0f790578be','','','2019-02-11 10:59:46','2019-02-11 10:59:46','',0,'http://02e3761.netsolhost.com/test/2019/02/11/21c61e91-8854-47c1-b4fa-2a0f790578be/',0,'customize_changeset','',0),(882,1,'2019-02-11 10:59:47','2019-02-11 10:59:47','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 10:59:47','2019-02-11 10:59:47','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(884,1,'2019-02-11 10:59:52','2019-02-11 10:59:52','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-11 10:59:52','2019-02-11 10:59:52','',11,'http://02e3761.netsolhost.com/test/2019/02/11/11-revision-v1/',0,'revision','',0),(885,1,'2019-02-11 11:48:33','2019-02-11 11:48:33','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_code _builder_version=\"3.19.13\"]<a href=\"#\" data-category-slug=\"historic\">Historic</a>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-11 11:48:33','2019-02-11 11:48:33','',11,'http://02e3761.netsolhost.com/test/2019/02/11/11-revision-v1/',0,'revision','',0),(888,1,'2019-02-11 11:51:17','2019-02-11 11:51:17','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_code _builder_version=\"3.19.13\"]<div class=\"et_pb_portfolio_filters clearfix\"><!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] --><ul class=\"clearfix\"> <!-- [et_pb_line_break_holder] --><li class=\"et_pb_portfolio_filter et_pb_portfolio_filter_all\"><a href=\"#\" class=\"active\" data-category-slug=\"all\">All</a></li><li class=\"et_pb_portfolio_filter\"><a href=\"#\" data-category-slug=\"aviation\">Aviation</a></li><li class=\"et_pb_portfolio_filter\"><a href=\"#\" data-category-slug=\"education\">Education</a></li><li class=\"et_pb_portfolio_filter\"><a href=\"#\" data-category-slug=\"historic\">Historic</a><a href=\"#\" data-category-slug=\"historic\">Historic</a></li></ul><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></div>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-11 11:51:17','2019-02-11 11:51:17','',11,'http://02e3761.netsolhost.com/test/2019/02/11/11-revision-v1/',0,'revision','',0),(891,1,'2019-02-11 11:54:41','2019-02-11 11:54:41','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_code _builder_version=\"3.19.13\"]<div class=\"et_pb_portfolio_filters clearfix\"><!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] --><ul class=\"clearfix\"> <!-- [et_pb_line_break_holder] --><li class=\"et_pb_portfolio_filter et_pb_portfolio_filter_all\"><a href=\"/project_category/category_slug/all\" class=\"active\" data-category-slug=\"all\">All</a></li><li class=\"et_pb_portfolio_filter\"><a href=\"#\" data-category-slug=\"aviation\">Aviation</a></li><li class=\"et_pb_portfolio_filter\"><a href=\"#\" data-category-slug=\"education\">Education</a></li><li class=\"et_pb_portfolio_filter\"><a href=\"#\" data-category-slug=\"historic\">Historic</a><a href=\"#\" data-category-slug=\"historic\">Historic</a></li></ul><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></div>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-11 11:54:41','2019-02-11 11:54:41','',11,'http://02e3761.netsolhost.com/test/2019/02/11/11-revision-v1/',0,'revision','',0),(893,1,'2019-02-11 11:56:03','2019-02-11 11:56:03','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_code _builder_version=\"3.19.13\"]<div class=\"et_pb_portfolio_filters clearfix\"><!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] --><ul class=\"clearfix\"> <!-- [et_pb_line_break_holder] --><li class=\"et_pb_portfolio_filter et_pb_portfolio_filter_all\"><a href=\"/test/project_category/all\" class=\"active\" data-category-slug=\"all\">All</a></li><li class=\"et_pb_portfolio_filter\"><a href=\"#\" data-category-slug=\"aviation\">Aviation</a></li><li class=\"et_pb_portfolio_filter\"><a href=\"#\" data-category-slug=\"education\">Education</a></li><li class=\"et_pb_portfolio_filter\"><a href=\"#\" data-category-slug=\"historic\">Historic</a><a href=\"#\" data-category-slug=\"historic\">Historic</a></li></ul><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --></div>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-11 11:56:03','2019-02-11 11:56:03','',11,'http://02e3761.netsolhost.com/test/2019/02/11/11-revision-v1/',0,'revision','',0),(896,1,'2019-02-11 12:36:11','2019-02-11 12:36:11','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_code _builder_version=\"3.19.13\"]<script><!-- [et_pb_line_break_holder] -->doAvailable();<!-- [et_pb_line_break_holder] --></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-11 12:36:11','2019-02-11 12:36:11','',11,'http://02e3761.netsolhost.com/test/2019/02/11/11-revision-v1/',0,'revision','',0),(897,1,'2019-02-11 12:40:23','2019-02-11 12:40:23','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_code _builder_version=\"3.19.13\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-11 12:40:23','2019-02-11 12:40:23','',11,'http://02e3761.netsolhost.com/test/2019/02/11/11-revision-v1/',0,'revision','',0),(899,1,'2019-02-11 13:04:36','2019-02-11 13:04:36','','WIA','','publish','closed','closed','','wia','','','2019-02-22 14:18:29','2019-02-22 14:18:29','',0,'http://02e3761.netsolhost.com/test/?p=899',2,'nav_menu_item','',0),(900,1,'2019-02-11 13:04:36','2019-02-11 13:04:36','','Festival of the Trees','','publish','closed','closed','','festival-of-the-trees','','','2019-02-22 14:18:29','2019-02-22 14:18:29','',0,'http://02e3761.netsolhost.com/test/?p=900',3,'nav_menu_item','',0),(901,1,'2019-02-11 13:04:36','2019-02-11 13:04:36','','Advocating for Architects','','publish','closed','closed','','advocating-for-architects','','','2019-02-22 14:18:29','2019-02-22 14:18:29','',0,'http://02e3761.netsolhost.com/test/?p=901',4,'nav_menu_item','',0),(902,1,'2019-02-11 13:07:07','2019-02-11 13:07:07','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n.community-links {\\n\\tdisplay: none;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 13:07:07\"\n }\n}','','','trash','closed','closed','','694e460f-33d1-4b3d-b1e1-1aa7a8905fb4','','','2019-02-11 13:07:07','2019-02-11 13:07:07','',0,'http://02e3761.netsolhost.com/test/?p=902',0,'customize_changeset','',0),(903,1,'2019-02-11 13:07:08','2019-02-11 13:07:08','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n.community-links {\n display: none;\n}\n\nbody.page-id-13 .community-links {\n display: block;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 13:07:08','2019-02-11 13:07:08','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(904,1,'2019-02-11 13:09:30','2019-02-11 13:09:30','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 13:09:30\"\n }\n}','','','trash','closed','closed','','13fffa51-9c3b-4ea5-b7c8-0dc6870f7436','','','2019-02-11 13:09:30','2019-02-11 13:09:30','',0,'http://02e3761.netsolhost.com/test/2019/02/11/13fffa51-9c3b-4ea5-b7c8-0dc6870f7436/',0,'customize_changeset','',0),(905,1,'2019-02-11 13:09:30','2019-02-11 13:09:30','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 13:09:30','2019-02-11 13:09:30','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(906,1,'2019-02-11 13:10:12','2019-02-11 13:10:12','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 13:10:12\"\n }\n}','','','trash','closed','closed','','ef1cdf49-5fe4-48b9-8106-ccc0e6b4081f','','','2019-02-11 13:10:12','2019-02-11 13:10:12','',0,'http://02e3761.netsolhost.com/test/2019/02/11/ef1cdf49-5fe4-48b9-8106-ccc0e6b4081f/',0,'customize_changeset','',0),(907,1,'2019-02-11 13:10:12','2019-02-11 13:10:12','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 13:10:12','2019-02-11 13:10:12','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(908,1,'2019-02-11 13:12:10','2019-02-11 13:12:10','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n\\tfloat: left;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 13:12:10\"\n }\n}','','','trash','closed','closed','','e5d44527-93f0-4843-a500-5fc6593c0b69','','','2019-02-11 13:12:10','2019-02-11 13:12:10','',0,'http://02e3761.netsolhost.com/test/2019/02/11/e5d44527-93f0-4843-a500-5fc6593c0b69/',0,'customize_changeset','',0),(909,1,'2019-02-11 13:12:10','2019-02-11 13:12:10','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n float: left;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 13:12:10','2019-02-11 13:12:10','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(910,1,'2019-02-11 13:13:05','2019-02-11 13:13:05','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 13:13:05\"\n }\n}','','','trash','closed','closed','','a5b32449-ba44-4fce-83d3-5e46939c056a','','','2019-02-11 13:13:05','2019-02-11 13:13:05','',0,'http://02e3761.netsolhost.com/test/2019/02/11/a5b32449-ba44-4fce-83d3-5e46939c056a/',0,'customize_changeset','',0),(911,1,'2019-02-11 13:13:06','2019-02-11 13:13:06','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 13:13:06','2019-02-11 13:13:06','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(912,1,'2019-02-11 13:13:39','2019-02-11 13:13:39','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 13:13:39\"\n }\n}','','','trash','closed','closed','','c6841d68-4221-46b6-b23a-f02fc96d3fe2','','','2019-02-11 13:13:39','2019-02-11 13:13:39','',0,'http://02e3761.netsolhost.com/test/2019/02/11/c6841d68-4221-46b6-b23a-f02fc96d3fe2/',0,'customize_changeset','',0),(913,1,'2019-02-11 13:13:39','2019-02-11 13:13:39','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 13:13:39','2019-02-11 13:13:39','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(914,1,'2019-02-11 13:15:04','2019-02-11 13:15:04','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 13:15:04\"\n }\n}','','','trash','closed','closed','','5e256dc6-6171-4aba-ae55-15d3c0661a32','','','2019-02-11 13:15:04','2019-02-11 13:15:04','',0,'http://02e3761.netsolhost.com/test/?p=914',0,'customize_changeset','',0),(915,1,'2019-02-11 13:15:04','2019-02-11 13:15:04','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 13:15:04','2019-02-11 13:15:04','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(916,1,'2019-02-11 13:15:57','2019-02-11 13:15:57','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\n#top-menu {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 13:15:57\"\n }\n}','','','trash','closed','closed','','0047f2c8-bf0b-485a-b6e5-aa5313d29ee6','','','2019-02-11 13:15:57','2019-02-11 13:15:57','',0,'http://02e3761.netsolhost.com/test/2019/02/11/0047f2c8-bf0b-485a-b6e5-aa5313d29ee6/',0,'customize_changeset','',0),(917,1,'2019-02-11 13:15:57','2019-02-11 13:15:57','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\n#top-menu {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 13:15:57','2019-02-11 13:15:57','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(918,1,'2019-02-11 13:16:35','2019-02-11 13:16:35','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 13:16:35\"\n }\n}','','','trash','closed','closed','','761fbaf6-a0ad-4236-bca7-3ebd16ba7ecc','','','2019-02-11 13:16:35','2019-02-11 13:16:35','',0,'http://02e3761.netsolhost.com/test/2019/02/11/761fbaf6-a0ad-4236-bca7-3ebd16ba7ecc/',0,'customize_changeset','',0),(919,1,'2019-02-11 13:16:36','2019-02-11 13:16:36','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 13:16:36','2019-02-11 13:16:36','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(920,1,'2019-02-11 13:19:28','2019-02-11 13:19:28','','Profile','','publish','closed','closed','','profile','','','2019-02-22 14:18:29','2019-02-22 14:18:29','',0,'http://02e3761.netsolhost.com/test/?p=920',5,'nav_menu_item','',0),(921,1,'2019-02-11 13:19:28','2019-02-11 13:19:28','','Contact','','publish','closed','closed','','contact','','','2019-02-22 14:18:31','2019-02-22 14:18:31','',0,'http://02e3761.netsolhost.com/test/?p=921',6,'nav_menu_item','',0),(922,1,'2019-02-11 13:19:28','2019-02-11 13:19:28','','Team','','publish','closed','closed','','team','','','2019-02-22 14:18:31','2019-02-22 14:18:31','',0,'http://02e3761.netsolhost.com/test/?p=922',7,'nav_menu_item','',0),(923,1,'2019-02-11 13:19:28','2019-02-11 13:19:28','','Employment','','publish','closed','closed','','employment','','','2019-02-22 14:18:32','2019-02-22 14:18:32','',0,'http://02e3761.netsolhost.com/test/?p=923',8,'nav_menu_item','',0),(924,1,'2019-02-11 13:19:28','2019-02-11 13:19:28','','Recognition','','publish','closed','closed','','awards','','','2019-02-22 14:18:32','2019-02-22 14:18:32','',0,'http://02e3761.netsolhost.com/test/?p=924',9,'nav_menu_item','',0),(925,1,'2019-02-11 13:19:28','2019-02-11 13:19:28','','Clients','','publish','closed','closed','','clients','','','2019-02-22 14:18:33','2019-02-22 14:18:33','',0,'http://02e3761.netsolhost.com/test/?p=925',10,'nav_menu_item','',0),(926,1,'2019-02-11 13:20:47','2019-02-11 13:20:47','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 13:20:47\"\n }\n}','','','trash','closed','closed','','c9beefb3-fa53-4aa6-8250-f929203db282','','','2019-02-11 13:20:47','2019-02-11 13:20:47','',0,'http://02e3761.netsolhost.com/test/?p=926',0,'customize_changeset','',0),(927,1,'2019-02-11 13:20:47','2019-02-11 13:20:47','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 13:20:47','2019-02-11 13:20:47','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(929,1,'2019-02-11 13:47:35','2019-02-11 13:47:35','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||30px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/map-bg-pic.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Address</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Phone</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Email</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]<h3>MCHarry Associates</h3>\n2780 SW Douglas Road \nSuite 302\nMiami, Fl 33133[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"](305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]marketing@mcharry.com[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[gdfrm_form id=\"1\"]\n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-11 13:47:35','2019-02-11 13:47:35','',15,'http://02e3761.netsolhost.com/test/2019/02/11/15-revision-v1/',0,'revision','',0),(931,1,'2019-02-11 14:02:39','2019-02-11 14:02:39','{\"id\":\"931\",\"field_id\":1,\"settings\":{\"form_title\":\"Blank Form\",\"form_desc\":\"\",\"form_class\":\"\",\"submit_text\":\"Submit\",\"submit_text_processing\":\"Sending...\",\"submit_class\":\"\",\"honeypot\":\"1\",\"notification_enable\":\"1\",\"notifications\":{\"1\":{\"email\":\"{admin_email}\",\"subject\":\"New Blank Form Entry\",\"sender_name\":\"MCHARRY ASSOCIATES\",\"sender_address\":\"{admin_email}\",\"replyto\":\"\",\"message\":\"{all_fields}\"}},\"confirmations\":{\"1\":{\"type\":\"message\",\"message\":\"Thanks for contacting us! We will be in touch with you shortly.\",\"message_scroll\":\"1\",\"page\":\"13\",\"redirect\":\"\"}}},\"meta\":{\"template\":\"blank\"}}','Blank Form','','publish','closed','closed','','blank-form','','','2019-02-11 14:02:47','2019-02-11 14:02:47','',0,'http://02e3761.netsolhost.com/test/?post_type=wpforms&p=931',0,'wpforms','',0),(932,1,'2019-02-11 14:03:03','2019-02-11 14:03:03','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||30px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/map-bg-pic.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Address</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Phone</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Email</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]<h3>MCHarry Associates</h3>\n2780 SW Douglas Road \nSuite 302\nMiami, Fl 33133[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"](305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]marketing@mcharry.com[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"930\" title=\"Contact form 1\"]\n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-11 14:03:03','2019-02-11 14:03:03','',15,'http://02e3761.netsolhost.com/test/2019/02/11/15-revision-v1/',0,'revision','',0),(934,1,'2019-02-11 14:24:16','2019-02-11 14:24:16','[file* file-upload limit:8000000 filetypes:pdf id:fileupload]\r\n\r\n[submit \"Submit\"]\n1\nMCHARRY ASSOCIATES \"[your-subject]\"\nMCHARRY ASSOCIATES <wordpress@02e3761.netsolhost.com>\nmiddleton.ade@gmail.com\nSubject: \r\n\r\n\r\n\r\n-- \r\nThis e-mail was sent from a contact form on MCHARRY ASSOCIATES (http://02e3761.netsolhost.com/test)\n\n[file-upload]\n\n\n\nMCHARRY ASSOCIATES \"[your-subject]\"\nMCHARRY ASSOCIATES <wordpress@02e3761.netsolhost.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on MCHARRY ASSOCIATES (http://02e3761.netsolhost.com/test)\nReply-To: jehrlich@mcharry.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Job Application Form','','publish','closed','closed','','untitled','','','2019-02-18 15:47:16','2019-02-18 15:47:16','',0,'http://02e3761.netsolhost.com/test/?post_type=wpcf7_contact_form&p=934',0,'wpcf7_contact_form','',0),(935,1,'2019-02-11 14:24:34','2019-02-11 14:24:34','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"||30px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/map-bg-pic.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Address</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Phone</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Email</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]<h3>MCHarry Associates</h3>\n2780 SW Douglas Road \nSuite 302\nMiami, Fl 33133[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"](305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]marketing@mcharry.com[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-11 14:24:34','2019-02-11 14:24:34','',15,'http://02e3761.netsolhost.com/test/2019/02/11/15-revision-v1/',0,'revision','',0),(937,1,'2019-02-11 15:07:10','2019-02-11 15:07:10','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 15:07:10\"\n }\n}','','','trash','closed','closed','','18894cfe-b765-47d1-b0ff-f75c0f9e95a5','','','2019-02-11 15:07:10','2019-02-11 15:07:10','',0,'http://02e3761.netsolhost.com/test/?p=937',0,'customize_changeset','',0),(938,1,'2019-02-11 15:07:10','2019-02-11 15:07:10','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 15:07:10','2019-02-11 15:07:10','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(939,1,'2019-02-11 15:16:38','2019-02-11 15:16:38','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 1!important;\\nmargin-top: -26px!important;\\nwidth: 1080px!important;\\nbackground: rgba(255,255,255,0.6)!important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 15:16:29\"\n }\n}','','','trash','closed','closed','','92934e49-185f-4154-91c9-8e6219ac37f5','','','2019-02-11 15:16:38','2019-02-11 15:16:38','',0,'http://02e3761.netsolhost.com/test/?p=939',0,'customize_changeset','',0),(940,1,'2019-02-11 15:16:40','2019-02-11 15:16:40','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 1!important;\nmargin-top: -26px!important;\nwidth: 1080px!important;\nbackground: rgba(255,255,255,0.6)!important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 15:16:40','2019-02-11 15:16:40','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(941,1,'2019-02-11 15:20:59','2019-02-11 15:20:59','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-11 15:20:59','2019-02-11 15:20:59','',11,'http://02e3761.netsolhost.com/test/2019/02/11/11-revision-v1/',0,'revision','',0),(942,1,'2019-02-11 15:23:59','2019-02-11 15:23:59','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 1!important;\\nmargin-top: -26px!important;\\nwidth: 1080px!important;\\nbackground: rgba(255,255,255,0.6)!important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 15:23:59\"\n }\n}','','','trash','closed','closed','','393c83a5-0a07-4bb6-b74e-30c7b36f8f6e','','','2019-02-11 15:23:59','2019-02-11 15:23:59','',0,'http://02e3761.netsolhost.com/test/2019/02/11/393c83a5-0a07-4bb6-b74e-30c7b36f8f6e/',0,'customize_changeset','',0),(943,1,'2019-02-11 15:23:59','2019-02-11 15:23:59','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 1!important;\nmargin-top: -26px!important;\nwidth: 1080px!important;\nbackground: rgba(255,255,255,0.6)!important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 15:23:59','2019-02-11 15:23:59','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(944,1,'2019-02-11 15:28:14','2019-02-11 15:28:14','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -26px!important;\\nwidth: 1080px!important;\\nbackground: rgba(255,255,255,0.6)!important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 15:28:14\"\n }\n}','','','trash','closed','closed','','f5bdf5a2-63de-4a93-a6f1-aec636f92f65','','','2019-02-11 15:28:14','2019-02-11 15:28:14','',0,'http://02e3761.netsolhost.com/test/2019/02/11/f5bdf5a2-63de-4a93-a6f1-aec636f92f65/',0,'customize_changeset','',0),(945,1,'2019-02-11 15:28:14','2019-02-11 15:28:14','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -26px!important;\nwidth: 1080px!important;\nbackground: rgba(255,255,255,0.6)!important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 15:28:14','2019-02-11 15:28:14','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(946,1,'2019-02-11 15:43:54','2019-02-11 15:43:54','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-11 15:43:54','2019-02-11 15:43:54','',11,'http://02e3761.netsolhost.com/test/2019/02/11/11-revision-v1/',0,'revision','',0),(948,1,'2019-02-11 15:45:45','2019-02-11 15:45:45','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\" body_font=\"||||||||\"][et_pb_slide admin_title=\"Slide 1\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||300px\"]Caption for slide 1[/et_pb_slide][et_pb_slide admin_title=\"Slide 2\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" custom_padding=\"250px||300px\"]Caption for slide 2[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project 4','','publish','open','closed','','test-project-4','','','2019-02-13 15:39:04','2019-02-13 15:39:04','',0,'http://02e3761.netsolhost.com/test/?post_type=project&p=948',0,'project','',0),(949,1,'2019-02-11 15:45:45','2019-02-11 15:45:45','Test Project 4','Test Project 4','','inherit','closed','closed','','948-revision-v1','','','2019-02-11 15:45:45','2019-02-11 15:45:45','',948,'http://02e3761.netsolhost.com/test/2019/02/11/948-revision-v1/',0,'revision','',0),(950,1,'2019-02-11 15:46:55','2019-02-11 15:46:55','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\" body_font=\"||||||||\"][et_pb_slide admin_title=\"Slide 1\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||300px\"]Caption for slide 1[/et_pb_slide][et_pb_slide admin_title=\"Slide 2\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" custom_padding=\"250px||300px\"]Caption for slide 2[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project 5','','publish','open','closed','','test-project-5','','','2019-02-13 15:39:10','2019-02-13 15:39:10','',0,'http://02e3761.netsolhost.com/test/?post_type=project&p=950',0,'project','',0),(951,1,'2019-02-11 15:46:55','2019-02-11 15:46:55','Test Project 5','Test Project 5','','inherit','closed','closed','','950-revision-v1','','','2019-02-11 15:46:55','2019-02-11 15:46:55','',950,'http://02e3761.netsolhost.com/test/2019/02/11/950-revision-v1/',0,'revision','',0),(952,1,'2019-02-11 15:47:53','2019-02-11 15:47:53','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\" body_font=\"||||||||\"][et_pb_slide admin_title=\"Slide 1\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||300px\"]Caption for slide 1[/et_pb_slide][et_pb_slide admin_title=\"Slide 2\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" custom_padding=\"250px||300px\"]Caption for slide 2[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project 6','','publish','open','closed','','test-project-6','','','2019-02-13 15:49:35','2019-02-13 15:49:35','',0,'http://02e3761.netsolhost.com/test/?post_type=project&p=952',0,'project','',0),(953,1,'2019-02-11 15:47:53','2019-02-11 15:47:53','Test Project 6','Test Project 6','','inherit','closed','closed','','952-revision-v1','','','2019-02-11 15:47:53','2019-02-11 15:47:53','',952,'http://02e3761.netsolhost.com/test/2019/02/11/952-revision-v1/',0,'revision','',0),(955,1,'2019-02-11 15:48:55','2019-02-11 15:48:55','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\" body_font=\"||||||||\"][et_pb_slide admin_title=\"Slide 1\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||300px\"]Caption for slide 1[/et_pb_slide][et_pb_slide admin_title=\"Slide 2\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" custom_padding=\"250px||300px\"]Caption for slide 2[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project 7','','publish','open','closed','','test-project-7','','','2019-02-13 15:39:30','2019-02-13 15:39:30','',0,'http://02e3761.netsolhost.com/test/?post_type=project&p=955',0,'project','',0),(956,1,'2019-02-11 15:48:55','2019-02-11 15:48:55','Test Project 7','Test Project 7','','inherit','closed','closed','','955-revision-v1','','','2019-02-11 15:48:55','2019-02-11 15:48:55','',955,'http://02e3761.netsolhost.com/test/2019/02/11/955-revision-v1/',0,'revision','',0),(957,1,'2019-02-11 15:54:21','2019-02-11 15:54:21','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\t/*margin-right: 0 !important;*/\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -26px!important;\\nwidth: 1080px!important;\\nbackground: rgba(255,255,255,0.6)!important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 15:54:21\"\n }\n}','','','trash','closed','closed','','83c86189-ea39-4bef-bde7-fad76956e5e3','','','2019-02-11 15:54:21','2019-02-11 15:54:21','',0,'http://02e3761.netsolhost.com/test/2019/02/11/83c86189-ea39-4bef-bde7-fad76956e5e3/',0,'customize_changeset','',0),(958,1,'2019-02-11 15:54:22','2019-02-11 15:54:22','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n /*margin-right: 0 !important;*/\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -26px!important;\nwidth: 1080px!important;\nbackground: rgba(255,255,255,0.6)!important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 15:54:22','2019-02-11 15:54:22','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(959,1,'2019-02-11 15:54:56','2019-02-11 15:54:56','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2% !important;\\n\\tmargin-bottom: 2% !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -26px!important;\\nwidth: 1080px!important;\\nbackground: rgba(255,255,255,0.6)!important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 15:54:56\"\n }\n}','','','trash','closed','closed','','486ec3d0-a447-4939-bf35-b7a13e6fb778','','','2019-02-11 15:54:56','2019-02-11 15:54:56','',0,'http://02e3761.netsolhost.com/test/2019/02/11/486ec3d0-a447-4939-bf35-b7a13e6fb778/',0,'customize_changeset','',0),(960,1,'2019-02-11 15:54:56','2019-02-11 15:54:56','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2% !important;\n margin-bottom: 2% !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -26px!important;\nwidth: 1080px!important;\nbackground: rgba(255,255,255,0.6)!important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 15:54:56','2019-02-11 15:54:56','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(961,1,'2019-02-11 15:56:31','2019-02-11 15:56:31','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 2px !important;\\n\\tmargin-bottom: 2px !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -26px!important;\\nwidth: 1080px!important;\\nbackground: rgba(255,255,255,0.6)!important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 15:56:31\"\n }\n}','','','trash','closed','closed','','adf1e1c8-20c2-4131-8979-9a04740d20e3','','','2019-02-11 15:56:31','2019-02-11 15:56:31','',0,'http://02e3761.netsolhost.com/test/2019/02/11/adf1e1c8-20c2-4131-8979-9a04740d20e3/',0,'customize_changeset','',0),(962,1,'2019-02-11 15:56:31','2019-02-11 15:56:31','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 2px !important;\n margin-bottom: 2px !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -26px!important;\nwidth: 1080px!important;\nbackground: rgba(255,255,255,0.6)!important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 15:56:31','2019-02-11 15:56:31','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(963,1,'2019-02-11 15:57:46','2019-02-11 15:57:46','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 30% !important;\\nmargin-right: 2px !important;\\n\\tmargin-bottom: 2px !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -26px!important;\\nwidth: 1080px!important;\\nbackground: rgba(255,255,255,0.6)!important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 15:57:46\"\n }\n}','','','trash','closed','closed','','19a2a46b-737e-486b-aa47-c8ced0af1709','','','2019-02-11 15:57:46','2019-02-11 15:57:46','',0,'http://02e3761.netsolhost.com/test/2019/02/11/19a2a46b-737e-486b-aa47-c8ced0af1709/',0,'customize_changeset','',0),(964,1,'2019-02-11 15:57:46','2019-02-11 15:57:46','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 30% !important;\nmargin-right: 2px !important;\n margin-bottom: 2px !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -26px!important;\nwidth: 1080px!important;\nbackground: rgba(255,255,255,0.6)!important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 15:57:46','2019-02-11 15:57:46','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(965,1,'2019-02-11 16:00:53','2019-02-11 16:00:53','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 30% !important;\\nmargin-right: 2px !important;\\n\\tmargin-bottom: 2px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -26px!important;\\nwidth: 1080px!important;\\nbackground: rgba(255,255,255,0.6)!important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 16:00:53\"\n }\n}','','','trash','closed','closed','','b535cb68-ea92-421a-b002-e6394e0a2a19','','','2019-02-11 16:00:53','2019-02-11 16:00:53','',0,'http://02e3761.netsolhost.com/test/?p=965',0,'customize_changeset','',0),(966,1,'2019-02-11 16:00:53','2019-02-11 16:00:53','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 30% !important;\nmargin-right: 2px !important;\n margin-bottom: 2px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -26px!important;\nwidth: 1080px!important;\nbackground: rgba(255,255,255,0.6)!important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 16:00:53','2019-02-11 16:00:53','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(967,1,'2019-02-11 16:01:43','2019-02-11 16:01:43','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 10px !important;\\n\\tmargin-bottom: 10px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -26px!important;\\nwidth: 1080px!important;\\nbackground: rgba(255,255,255,0.6)!important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 16:01:43\"\n }\n}','','','trash','closed','closed','','8aea50c3-dcf4-4f32-8436-9edf9e037827','','','2019-02-11 16:01:43','2019-02-11 16:01:43','',0,'http://02e3761.netsolhost.com/test/2019/02/11/8aea50c3-dcf4-4f32-8436-9edf9e037827/',0,'customize_changeset','',0),(968,1,'2019-02-11 16:01:43','2019-02-11 16:01:43','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 10px !important;\n margin-bottom: 10px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -26px!important;\nwidth: 1080px!important;\nbackground: rgba(255,255,255,0.6)!important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 16:01:43','2019-02-11 16:01:43','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(969,1,'2019-02-11 16:03:04','2019-02-11 16:03:04','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -26px!important;\\nwidth: 1080px!important;\\nbackground: rgba(255,255,255,0.6)!important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 16:03:04\"\n }\n}','','','trash','closed','closed','','2211a004-10e5-49b6-ae39-bf0dba44c84f','','','2019-02-11 16:03:04','2019-02-11 16:03:04','',0,'http://02e3761.netsolhost.com/test/2019/02/11/2211a004-10e5-49b6-ae39-bf0dba44c84f/',0,'customize_changeset','',0),(970,1,'2019-02-11 16:03:04','2019-02-11 16:03:04','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -26px!important;\nwidth: 1080px!important;\nbackground: rgba(255,255,255,0.6)!important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 16:03:04','2019-02-11 16:03:04','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(971,1,'2019-02-11 16:04:47','2019-02-11 16:04:47','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\" body_font=\"||||||||\"][et_pb_slide admin_title=\"Slide 1\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||300px\"]Caption for slide 1[/et_pb_slide][et_pb_slide admin_title=\"Slide 2\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" custom_padding=\"250px||300px\"]Caption for slide 2[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project 8','','publish','open','closed','','test-project-8','','','2019-02-13 15:50:08','2019-02-13 15:50:08','',0,'http://02e3761.netsolhost.com/test/?post_type=project&p=971',0,'project','',0),(972,1,'2019-02-11 16:04:47','2019-02-11 16:04:47','Test Project 8','Test Project 8','','inherit','closed','closed','','971-revision-v1','','','2019-02-11 16:04:47','2019-02-11 16:04:47','',971,'http://02e3761.netsolhost.com/test/2019/02/11/971-revision-v1/',0,'revision','',0),(973,1,'2019-02-11 16:06:45','2019-02-11 16:06:45','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\" body_font=\"||||||||\"][et_pb_slide admin_title=\"Slide 1\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||300px\"]Caption for slide 1[/et_pb_slide][et_pb_slide admin_title=\"Slide 2\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" custom_padding=\"250px||300px\"]Caption for slide 2[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project 9','','publish','open','closed','','test-project-9','','','2019-02-13 15:33:53','2019-02-13 15:33:53','',0,'http://02e3761.netsolhost.com/test/?post_type=project&p=973',0,'project','',0),(974,1,'2019-02-11 16:06:45','2019-02-11 16:06:45','Test Project 9','Test Project 9','','inherit','closed','closed','','973-revision-v1','','','2019-02-11 16:06:45','2019-02-11 16:06:45','',973,'http://02e3761.netsolhost.com/test/2019/02/11/973-revision-v1/',0,'revision','',0),(975,1,'2019-02-11 16:07:56','2019-02-11 16:07:56','Test Project 10','Test Project 10','','trash','open','closed','','test-project-10__trashed','','','2019-02-13 14:05:01','2019-02-13 14:05:01','',0,'http://02e3761.netsolhost.com/test/?post_type=project&p=975',0,'project','',0),(976,1,'2019-02-11 16:07:56','2019-02-11 16:07:56','Test Project 10','Test Project 10','','inherit','closed','closed','','975-revision-v1','','','2019-02-11 16:07:56','2019-02-11 16:07:56','',975,'http://02e3761.netsolhost.com/test/2019/02/11/975-revision-v1/',0,'revision','',0),(977,1,'2019-02-11 16:15:50','2019-02-11 16:15:50','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -26px!important;\\nwidth: 1080px!important;\\nbackground: rgba(255,255,255,0.6)!important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 16:15:50\"\n }\n}','','','trash','closed','closed','','e896d1c6-0bbd-4152-a136-e33073228b2d','','','2019-02-11 16:15:50','2019-02-11 16:15:50','',0,'http://02e3761.netsolhost.com/test/2019/02/11/e896d1c6-0bbd-4152-a136-e33073228b2d/',0,'customize_changeset','',0),(978,1,'2019-02-11 16:15:51','2019-02-11 16:15:51','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -26px!important;\nwidth: 1080px!important;\nbackground: rgba(255,255,255,0.6)!important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 16:15:51','2019-02-11 16:15:51','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(979,1,'2019-02-11 16:24:14','2019-02-11 16:24:14','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" posts_number=\"9\" include_categories=\"8,7,9\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"#000000\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-11 16:24:14','2019-02-11 16:24:14','',11,'http://02e3761.netsolhost.com/test/2019/02/11/11-revision-v1/',0,'revision','',0),(980,1,'2019-02-11 16:25:47','2019-02-11 16:25:47','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" posts_number=\"9\" include_categories=\"8,7,9\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"#000000\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\" filter_opacity=\"49%\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-11 16:25:47','2019-02-11 16:25:47','',11,'http://02e3761.netsolhost.com/test/2019/02/11/11-revision-v1/',0,'revision','',0),(983,1,'2019-02-11 16:28:20','2019-02-11 16:28:20','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" posts_number=\"9\" include_categories=\"8,7,9\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-11 16:28:20','2019-02-11 16:28:20','',11,'http://02e3761.netsolhost.com/test/2019/02/11/11-revision-v1/',0,'revision','',0),(984,1,'2019-02-11 16:34:26','2019-02-11 16:34:26','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -26px!important;\\nwidth: 1080px!important;\\nbackground: rgba(255,255,255,0.6)!important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 16:34:26\"\n }\n}','','','trash','closed','closed','','c69b706a-84d3-4a42-9e1d-b2358cbcea86','','','2019-02-11 16:34:26','2019-02-11 16:34:26','',0,'http://02e3761.netsolhost.com/test/?p=984',0,'customize_changeset','',0),(985,1,'2019-02-11 16:34:26','2019-02-11 16:34:26','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -26px!important;\nwidth: 1080px!important;\nbackground: rgba(255,255,255,0.6)!important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 16:34:26','2019-02-11 16:34:26','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(986,1,'2019-02-11 16:35:20','2019-02-11 16:35:20','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -26px!important;\\nwidth: 1080px!important;\\nbackground: rgba(255,255,255,0.6)!important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-11 16:35:20\"\n }\n}','','','trash','closed','closed','','8b051399-563f-47ff-9757-c3cd2e2d2c2e','','','2019-02-11 16:35:20','2019-02-11 16:35:20','',0,'http://02e3761.netsolhost.com/test/2019/02/11/8b051399-563f-47ff-9757-c3cd2e2d2c2e/',0,'customize_changeset','',0),(987,1,'2019-02-11 16:35:21','2019-02-11 16:35:21','#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -26px!important;\nwidth: 1080px!important;\nbackground: rgba(255,255,255,0.6)!important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-11 16:35:21','2019-02-11 16:35:21','',857,'http://02e3761.netsolhost.com/test/2019/02/11/857-revision-v1/',0,'revision','',0),(988,1,'2019-02-13 13:17:02','2019-02-13 13:17:02','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -26px!important;\\nwidth: 1080px!important;\\nbackground: rgba(255,255,255,0.6)!important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 13:17:02\"\n }\n}','','','trash','closed','closed','','d8814cdc-c536-4dec-ae84-50264942f0dd','','','2019-02-13 13:17:02','2019-02-13 13:17:02','',0,'http://02e3761.netsolhost.com/test/2019/02/13/d8814cdc-c536-4dec-ae84-50264942f0dd/',0,'customize_changeset','',0),(989,1,'2019-02-13 13:17:03','2019-02-13 13:17:03','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -26px!important;\nwidth: 1080px!important;\nbackground: rgba(255,255,255,0.6)!important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 13:17:03','2019-02-13 13:17:03','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(990,1,'2019-02-13 13:24:29','2019-02-13 13:24:29','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-13 13:24:29','2019-02-13 13:24:29','',11,'http://02e3761.netsolhost.com/test/2019/02/13/11-revision-v1/',0,'revision','',0),(992,1,'2019-02-13 13:30:11','2019-02-13 13:30:11','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -26px!important;\\nwidth: 1080px!important;\\nbackground: rgba(255,255,255,0.6)!important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 13:30:11\"\n }\n}','','','trash','closed','closed','','2db3d2c4-b13e-41ca-a901-fcac0c4c0aa0','','','2019-02-13 13:30:11','2019-02-13 13:30:11','',0,'http://02e3761.netsolhost.com/test/2019/02/13/2db3d2c4-b13e-41ca-a901-fcac0c4c0aa0/',0,'customize_changeset','',0),(993,1,'2019-02-13 13:30:11','2019-02-13 13:30:11','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -26px!important;\nwidth: 1080px!important;\nbackground: rgba(255,255,255,0.6)!important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 13:30:11','2019-02-13 13:30:11','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(994,1,'2019-02-13 13:31:32','2019-02-13 13:31:32','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -26px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 13:31:32\"\n }\n}','','','trash','closed','closed','','dbc78753-3d3e-49eb-8628-ab832b1e25e8','','','2019-02-13 13:31:32','2019-02-13 13:31:32','',0,'http://02e3761.netsolhost.com/test/2019/02/13/dbc78753-3d3e-49eb-8628-ab832b1e25e8/',0,'customize_changeset','',0),(995,1,'2019-02-13 13:31:32','2019-02-13 13:31:32','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -26px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 13:31:32','2019-02-13 13:31:32','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(996,1,'2019-02-13 13:38:34','2019-02-13 13:38:34','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -26px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 13:37:37\"\n }\n}','','','trash','closed','closed','','3fa36268-eaa7-4b19-888e-c7ce582bcf80','','','2019-02-13 13:38:34','2019-02-13 13:38:34','',0,'http://02e3761.netsolhost.com/test/?p=996',0,'customize_changeset','',0),(997,1,'2019-02-13 13:38:36','2019-02-13 13:38:36','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -26px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 13:38:36','2019-02-13 13:38:36','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(998,1,'2019-02-13 13:39:21','2019-02-13 13:39:21','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -26px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 13:39:21\"\n }\n}','','','trash','closed','closed','','16b9f9a0-9e20-40db-908e-0eec8907c6fa','','','2019-02-13 13:39:21','2019-02-13 13:39:21','',0,'http://02e3761.netsolhost.com/test/2019/02/13/16b9f9a0-9e20-40db-908e-0eec8907c6fa/',0,'customize_changeset','',0),(999,1,'2019-02-13 13:39:21','2019-02-13 13:39:21','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -26px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 13:39:21','2019-02-13 13:39:21','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1000,1,'2019-02-13 13:40:26','2019-02-13 13:40:26','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -26px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 13:40:26\"\n }\n}','','','trash','closed','closed','','bf01e3c0-e882-478a-89d8-6f9452fcba0c','','','2019-02-13 13:40:26','2019-02-13 13:40:26','',0,'http://02e3761.netsolhost.com/test/?p=1000',0,'customize_changeset','',0),(1001,1,'2019-02-13 13:40:26','2019-02-13 13:40:26','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -26px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 13:40:26','2019-02-13 13:40:26','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1002,1,'2019-02-13 13:41:31','2019-02-13 13:41:31','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 13:41:31\"\n }\n}','','','trash','closed','closed','','189177c7-1436-40e7-8d22-8466c9771bcf','','','2019-02-13 13:41:31','2019-02-13 13:41:31','',0,'http://02e3761.netsolhost.com/test/2019/02/13/189177c7-1436-40e7-8d22-8466c9771bcf/',0,'customize_changeset','',0),(1003,1,'2019-02-13 13:41:32','2019-02-13 13:41:32','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 13:41:32','2019-02-13 13:41:32','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1004,1,'2019-02-13 13:43:18','2019-02-13 13:43:18','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5;\\n\\tbackground: none;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 13:43:18\"\n }\n}','','','trash','closed','closed','','6c06ed5d-fddc-4433-9952-9be1579cfd10','','','2019-02-13 13:43:18','2019-02-13 13:43:18','',0,'http://02e3761.netsolhost.com/test/?p=1004',0,'customize_changeset','',0),(1005,1,'2019-02-13 13:43:19','2019-02-13 13:43:19','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5;\n background: none;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 13:43:19','2019-02-13 13:43:19','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1006,1,'2019-02-13 13:43:43','2019-02-13 13:43:43','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 13:43:43\"\n }\n}','','','trash','closed','closed','','1a887a52-94bc-4c71-a584-586ab30b5825','','','2019-02-13 13:43:43','2019-02-13 13:43:43','',0,'http://02e3761.netsolhost.com/test/2019/02/13/1a887a52-94bc-4c71-a584-586ab30b5825/',0,'customize_changeset','',0),(1007,1,'2019-02-13 13:43:43','2019-02-13 13:43:43','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 13:43:43','2019-02-13 13:43:43','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1008,1,'2019-02-13 13:44:34','2019-02-13 13:44:34','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 13:44:34\"\n }\n}','','','trash','closed','closed','','1ad9d090-ed97-4c3c-896d-696eefa35301','','','2019-02-13 13:44:34','2019-02-13 13:44:34','',0,'http://02e3761.netsolhost.com/test/2019/02/13/1ad9d090-ed97-4c3c-896d-696eefa35301/',0,'customize_changeset','',0),(1009,1,'2019-02-13 13:44:34','2019-02-13 13:44:34','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 13:44:34','2019-02-13 13:44:34','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (1010,1,'2019-02-13 13:51:51','2019-02-13 13:51:51','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 13:51:51\"\n }\n}','','','trash','closed','closed','','38d2691b-ac87-482d-bd72-bed4900613a9','','','2019-02-13 13:51:51','2019-02-13 13:51:51','',0,'http://02e3761.netsolhost.com/test/?p=1010',0,'customize_changeset','',0),(1011,1,'2019-02-13 13:51:51','2019-02-13 13:51:51','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 13:51:51','2019-02-13 13:51:51','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1012,1,'2019-02-13 13:52:24','2019-02-13 13:52:24','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 13:52:24\"\n }\n}','','','trash','closed','closed','','338e8eba-0c49-4195-bef4-6f57afd00b7a','','','2019-02-13 13:52:24','2019-02-13 13:52:24','',0,'http://02e3761.netsolhost.com/test/2019/02/13/338e8eba-0c49-4195-bef4-6f57afd00b7a/',0,'customize_changeset','',0),(1013,1,'2019-02-13 13:52:24','2019-02-13 13:52:24','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 13:52:24','2019-02-13 13:52:24','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1014,1,'2019-02-13 13:53:29','2019-02-13 13:53:29','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 13:53:29\"\n }\n}','','','trash','closed','closed','','d162f2ae-a5be-4d97-8682-28b166254c68','','','2019-02-13 13:53:29','2019-02-13 13:53:29','',0,'http://02e3761.netsolhost.com/test/2019/02/13/d162f2ae-a5be-4d97-8682-28b166254c68/',0,'customize_changeset','',0),(1015,1,'2019-02-13 13:53:29','2019-02-13 13:53:29','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 13:53:29','2019-02-13 13:53:29','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1016,1,'2019-02-13 13:54:42','2019-02-13 13:54:42','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 13:54:42\"\n }\n}','','','trash','closed','closed','','91d5865e-4974-423f-9fdd-54bceedadf3b','','','2019-02-13 13:54:42','2019-02-13 13:54:42','',0,'http://02e3761.netsolhost.com/test/2019/02/13/91d5865e-4974-423f-9fdd-54bceedadf3b/',0,'customize_changeset','',0),(1017,1,'2019-02-13 13:54:43','2019-02-13 13:54:43','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 13:54:43','2019-02-13 13:54:43','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1018,1,'2019-02-13 14:05:14','2019-02-13 14:05:14','','Test Project 11','','trash','open','closed','','__trashed-2','','','2019-02-13 14:05:14','2019-02-13 14:05:14','',0,'http://02e3761.netsolhost.com/test/?post_type=project&p=1018',0,'project','',0),(1019,1,'2019-02-13 14:05:14','2019-02-13 14:05:14','','Test Project 11','','inherit','closed','closed','','1018-revision-v1','','','2019-02-13 14:05:14','2019-02-13 14:05:14','',1018,'http://02e3761.netsolhost.com/test/2019/02/13/1018-revision-v1/',0,'revision','',0),(1020,1,'2019-02-13 14:06:55','2019-02-13 14:06:55','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9,14,15,11,16,12,13\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-13 14:06:55','2019-02-13 14:06:55','',11,'http://02e3761.netsolhost.com/test/2019/02/13/11-revision-v1/',0,'revision','',0),(1022,1,'2019-02-13 14:10:00','2019-02-13 14:10:00','{\n \"et_divi[menu_link_active]\": {\n \"value\": \"#171da5\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 14:10:00\"\n }\n}','','','trash','closed','closed','','56691398-82f5-4b49-b469-91a58f3cf4e8','','','2019-02-13 14:10:00','2019-02-13 14:10:00','',0,'http://02e3761.netsolhost.com/test/2019/02/13/56691398-82f5-4b49-b469-91a58f3cf4e8/',0,'customize_changeset','',0),(1023,1,'2019-02-13 14:22:45','2019-02-13 14:22:45','{\n \"et_divi[gutter_width]\": {\n \"value\": \"3\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 14:21:02\"\n },\n \"et_divi[section_padding]\": {\n \"value\": \"0\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 14:22:22\"\n },\n \"et_divi[row_padding]\": {\n \"value\": \"2\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 14:22:45\"\n },\n \"et_divi[accent_color]\": {\n \"value\": \"#3137aa\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 14:22:45\"\n }\n}','','','trash','closed','closed','','5a62e6e7-73fb-403a-9ce6-5d7ea0b7cc01','','','2019-02-13 14:22:45','2019-02-13 14:22:45','',0,'http://02e3761.netsolhost.com/test/?p=1023',0,'customize_changeset','',0),(1024,1,'2019-02-13 14:26:29','2019-02-13 14:26:29','{\n \"et_divi[phone_section_height]\": {\n \"value\": \"0\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 14:25:47\"\n },\n \"et_divi[phone_row_height]\": {\n \"value\": \"15\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 14:26:29\"\n }\n}','','','trash','closed','closed','','33dfef46-6e09-40cd-af67-4544b99908e2','','','2019-02-13 14:26:29','2019-02-13 14:26:29','',0,'http://02e3761.netsolhost.com/test/?p=1024',0,'customize_changeset','',0),(1026,1,'2019-02-13 14:29:00','2019-02-13 14:29:00','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.10\"][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\"][/et_pb_slide][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.10\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-13 14:29:00','2019-02-13 14:29:00','',641,'http://02e3761.netsolhost.com/test/2019/02/13/641-revision-v1/',0,'revision','',0),(1028,1,'2019-02-13 14:30:14','2019-02-13 14:30:14','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||20px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.10\"][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\"][/et_pb_slide][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.10\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-13 14:30:14','2019-02-13 14:30:14','',641,'http://02e3761.netsolhost.com/test/2019/02/13/641-revision-v1/',0,'revision','',0),(1031,1,'2019-02-13 14:32:44','2019-02-13 14:32:44','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.10\"][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\"][/et_pb_slide][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-13 14:32:44','2019-02-13 14:32:44','',641,'http://02e3761.netsolhost.com/test/2019/02/13/641-revision-v1/',0,'revision','',0),(1033,1,'2019-02-13 14:35:32','2019-02-13 14:35:32','{\n \"et_divi[font_color]\": {\n \"value\": \"#595758\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 14:34:45\"\n },\n \"et_divi[link_color]\": {\n \"value\": \"#5c92e5\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 14:35:32\"\n },\n \"et_divi[header_color]\": {\n \"value\": \"#3f3f3f\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 14:35:32\"\n }\n}','','','trash','closed','closed','','ab7af6a9-c6e4-446f-a378-e28f95942ceb','','','2019-02-13 14:35:32','2019-02-13 14:35:32','',0,'http://02e3761.netsolhost.com/test/?p=1033',0,'customize_changeset','',0),(1035,1,'2019-02-13 14:39:54','2019-02-13 14:39:54','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\"][et_pb_slide _builder_version=\"3.19.13\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" heading=\"Caption\"][/et_pb_slide][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-13 14:39:54','2019-02-13 14:39:54','',641,'http://02e3761.netsolhost.com/test/2019/02/13/641-revision-v1/',0,'revision','',0),(1037,1,'2019-02-13 14:43:03','2019-02-13 14:43:03','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\"][et_pb_slide _builder_version=\"3.19.13\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\"]Caption for slide 1[/et_pb_slide][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-13 14:43:03','2019-02-13 14:43:03','',641,'http://02e3761.netsolhost.com/test/2019/02/13/641-revision-v1/',0,'revision','',0),(1039,1,'2019-02-13 14:48:00','2019-02-13 14:48:00','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.project-slider div.et_pb_slide_description {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\twidth: 100%;\\nmargin: auto;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: left;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 14:48:00\"\n }\n}','','','trash','closed','closed','','8650570a-0a23-4293-a88d-9fc0d5cf161b','','','2019-02-13 14:48:00','2019-02-13 14:48:00','',0,'http://02e3761.netsolhost.com/test/?p=1039',0,'customize_changeset','',0),(1040,1,'2019-02-13 14:48:01','2019-02-13 14:48:01','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.project-slider div.et_pb_slide_description {\n position: absolute;\n bottom: 0;\n width: 100%;\nmargin: auto;\npadding: 10px 0;\nbackground: #fff;\ntext-align: left;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 14:48:01','2019-02-13 14:48:01','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1041,1,'2019-02-13 14:48:55','2019-02-13 14:48:55','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.project-slider {\\n\\tposition: relative;\\n}\\n\\n.project-slider div.et_pb_slide_description {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\twidth: 100%;\\nmargin: auto;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: left;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 14:48:55\"\n }\n}','','','trash','closed','closed','','cf20ecd2-5c24-4fbd-b92b-d632d9b379dc','','','2019-02-13 14:48:55','2019-02-13 14:48:55','',0,'http://02e3761.netsolhost.com/test/2019/02/13/cf20ecd2-5c24-4fbd-b92b-d632d9b379dc/',0,'customize_changeset','',0),(1042,1,'2019-02-13 14:48:55','2019-02-13 14:48:55','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.project-slider {\n position: relative;\n}\n\n.project-slider div.et_pb_slide_description {\n position: absolute;\n bottom: 0;\n width: 100%;\nmargin: auto;\npadding: 10px 0;\nbackground: #fff;\ntext-align: left;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 14:48:55','2019-02-13 14:48:55','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1043,1,'2019-02-13 14:50:41','2019-02-13 14:50:41','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.project-slider div.et_pb_slide_description {\\n\\tposition: relative;\\n\\tbottom: 0;\\n\\twidth: 100%;\\nmargin: auto;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: left;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 14:50:41\"\n }\n}','','','trash','closed','closed','','bf3dcffc-5055-491d-89ab-b62f5888fecb','','','2019-02-13 14:50:41','2019-02-13 14:50:41','',0,'http://02e3761.netsolhost.com/test/2019/02/13/bf3dcffc-5055-491d-89ab-b62f5888fecb/',0,'customize_changeset','',0),(1044,1,'2019-02-13 14:50:41','2019-02-13 14:50:41','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.project-slider div.et_pb_slide_description {\n position: relative;\n bottom: 0;\n width: 100%;\nmargin: auto;\npadding: 10px 0;\nbackground: #fff;\ntext-align: left;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 14:50:41','2019-02-13 14:50:41','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1045,1,'2019-02-13 14:53:25','2019-02-13 14:53:25','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.project-slider div.et_pb_slide_description {\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: left;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 14:53:25\"\n }\n}','','','trash','closed','closed','','7cb3a23f-1aac-430d-bc13-0f85744d5b27','','','2019-02-13 14:53:25','2019-02-13 14:53:25','',0,'http://02e3761.netsolhost.com/test/2019/02/13/7cb3a23f-1aac-430d-bc13-0f85744d5b27/',0,'customize_changeset','',0),(1046,1,'2019-02-13 14:53:25','2019-02-13 14:53:25','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.project-slider div.et_pb_slide_description {\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: left;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 14:53:25','2019-02-13 14:53:25','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1047,1,'2019-02-13 14:54:32','2019-02-13 14:54:32','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\"][et_pb_slide _builder_version=\"3.19.13\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" body_font=\"||||||||\" custom_padding=\"100px||100px\"]Caption for slide 1[/et_pb_slide][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-13 14:54:32','2019-02-13 14:54:32','',641,'http://02e3761.netsolhost.com/test/2019/02/13/641-revision-v1/',0,'revision','',0),(1049,1,'2019-02-13 14:55:35','2019-02-13 14:55:35','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: left;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 14:55:35\"\n }\n}','','','trash','closed','closed','','fcf1724b-348f-4f57-aa9b-24c411f86609','','','2019-02-13 14:55:35','2019-02-13 14:55:35','',0,'http://02e3761.netsolhost.com/test/2019/02/13/fcf1724b-348f-4f57-aa9b-24c411f86609/',0,'customize_changeset','',0),(1050,1,'2019-02-13 14:55:35','2019-02-13 14:55:35','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.project-slider div.et_pb_slide_content {\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: left;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 14:55:35','2019-02-13 14:55:35','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1051,1,'2019-02-13 14:57:01','2019-02-13 14:57:01','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: left;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 14:57:01\"\n }\n}','','','trash','closed','closed','','34449e1d-47f0-46e5-8f5b-73918936d88a','','','2019-02-13 14:57:01','2019-02-13 14:57:01','',0,'http://02e3761.netsolhost.com/test/?p=1051',0,'customize_changeset','',0),(1052,1,'2019-02-13 14:57:01','2019-02-13 14:57:01','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: left;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 14:57:01','2019-02-13 14:57:01','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1053,1,'2019-02-13 14:57:18','2019-02-13 14:57:18','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\"][et_pb_slide _builder_version=\"3.19.13\" body_font=\"||||||||\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||250px\"]Caption for slide 1[/et_pb_slide][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-13 14:57:18','2019-02-13 14:57:18','',641,'http://02e3761.netsolhost.com/test/2019/02/13/641-revision-v1/',0,'revision','',0),(1055,1,'2019-02-13 14:59:10','2019-02-13 14:59:10','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: left;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 14:59:10\"\n }\n}','','','trash','closed','closed','','f4930d4f-1674-4b67-8cfd-b1aa3ee20117','','','2019-02-13 14:59:10','2019-02-13 14:59:10','',0,'http://02e3761.netsolhost.com/test/2019/02/13/f4930d4f-1674-4b67-8cfd-b1aa3ee20117/',0,'customize_changeset','',0),(1056,1,'2019-02-13 14:59:10','2019-02-13 14:59:10','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: left;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 14:59:10','2019-02-13 14:59:10','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1058,1,'2019-02-13 15:01:01','2019-02-13 15:01:01','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\" body_font=\"||||||||\"][et_pb_slide _builder_version=\"3.19.13\" body_font=\"||||||||\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||300px\" body_text_color=\"#595758\"]Caption for slide 1[/et_pb_slide][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-13 15:01:01','2019-02-13 15:01:01','',641,'http://02e3761.netsolhost.com/test/2019/02/13/641-revision-v1/',0,'revision','',0),(1060,1,'2019-02-13 15:02:40','2019-02-13 15:02:40','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\" body_font=\"||||||||\"][et_pb_slide _builder_version=\"3.19.13\" body_font=\"||||||||\" body_text_color=\"#595758\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||300px\" heading=\"Caption for slide 1\"]Caption for slide 1[/et_pb_slide][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-13 15:02:40','2019-02-13 15:02:40','',641,'http://02e3761.netsolhost.com/test/2019/02/13/641-revision-v1/',0,'revision','',0),(1063,1,'2019-02-13 15:08:15','2019-02-13 15:08:15','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\n.et-pb-slider-arrows .et-pb-arrow-prev {\\n\\tdisplay: block;\\n}\\n\\n.et-pb-slider-arrows .et-pb-arrow-next {\\n\\tdisplay: block;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: left;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 15:08:15\"\n }\n}','','','trash','closed','closed','','7d991006-0606-4ce6-b689-5fff80bca4ea','','','2019-02-13 15:08:15','2019-02-13 15:08:15','',0,'http://02e3761.netsolhost.com/test/?p=1063',0,'customize_changeset','',0),(1064,1,'2019-02-13 15:08:15','2019-02-13 15:08:15','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\n.et-pb-slider-arrows .et-pb-arrow-prev {\n display: block;\n}\n\n.et-pb-slider-arrows .et-pb-arrow-next {\n display: block;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: left;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 15:08:15','2019-02-13 15:08:15','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1065,1,'2019-02-13 15:09:47','2019-02-13 15:09:47','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\n.et-pb-arrow-prev, .et-pb-arrow-next {\\n\\tdisplay: block !important;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: left;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 15:09:47\"\n }\n}','','','trash','closed','closed','','7103a001-5438-4e83-b263-873f9fab509b','','','2019-02-13 15:09:47','2019-02-13 15:09:47','',0,'http://02e3761.netsolhost.com/test/2019/02/13/7103a001-5438-4e83-b263-873f9fab509b/',0,'customize_changeset','',0),(1066,1,'2019-02-13 15:09:47','2019-02-13 15:09:47','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\n.et-pb-arrow-prev, .et-pb-arrow-next {\n display: block !important;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: left;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 15:09:47','2019-02-13 15:09:47','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1067,1,'2019-02-13 15:10:06','2019-02-13 15:10:06','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\" body_font=\"||||||||\"][et_pb_slide _builder_version=\"3.19.13\" body_font=\"||||||||\" body_text_color=\"#595758\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||300px\"]Caption for slide 1[/et_pb_slide][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-13 15:10:06','2019-02-13 15:10:06','',641,'http://02e3761.netsolhost.com/test/2019/02/13/641-revision-v1/',0,'revision','',0),(1068,1,'2019-02-13 15:11:22','2019-02-13 15:11:22','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: left;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 15:11:22\"\n }\n}','','','trash','closed','closed','','6c472b50-410d-40d6-aa89-178cadbd0f6a','','','2019-02-13 15:11:22','2019-02-13 15:11:22','',0,'http://02e3761.netsolhost.com/test/2019/02/13/6c472b50-410d-40d6-aa89-178cadbd0f6a/',0,'customize_changeset','',0),(1069,1,'2019-02-13 15:11:22','2019-02-13 15:11:22','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: left;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 15:11:22','2019-02-13 15:11:22','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1070,1,'2019-02-13 15:12:00','2019-02-13 15:12:00','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: left;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 15:12:00\"\n }\n}','','','trash','closed','closed','','64672aab-f03f-4fac-af66-d6449dbbdb8f','','','2019-02-13 15:12:00','2019-02-13 15:12:00','',0,'http://02e3761.netsolhost.com/test/2019/02/13/64672aab-f03f-4fac-af66-d6449dbbdb8f/',0,'customize_changeset','',0),(1071,1,'2019-02-13 15:12:00','2019-02-13 15:12:00','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: left;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 15:12:00','2019-02-13 15:12:00','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1072,1,'2019-02-13 15:12:47','2019-02-13 15:12:47','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: left;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 15:12:47\"\n }\n}','','','trash','closed','closed','','d33e12c4-eea5-4268-b32e-364dd1a60b49','','','2019-02-13 15:12:47','2019-02-13 15:12:47','',0,'http://02e3761.netsolhost.com/test/2019/02/13/d33e12c4-eea5-4268-b32e-364dd1a60b49/',0,'customize_changeset','',0),(1073,1,'2019-02-13 15:12:47','2019-02-13 15:12:47','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: left;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 15:12:47','2019-02-13 15:12:47','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1074,1,'2019-02-13 15:14:08','2019-02-13 15:14:08','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\" body_font=\"||||||||\"][et_pb_slide _builder_version=\"3.19.13\" body_font=\"|600|||||||\" body_text_color=\"#595758\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||300px\" body_font_size=\"14px\"]Caption for slide 1[/et_pb_slide][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-13 15:14:08','2019-02-13 15:14:08','',641,'http://02e3761.netsolhost.com/test/2019/02/13/641-revision-v1/',0,'revision','',0),(1077,1,'2019-02-13 15:16:31','2019-02-13 15:16:31','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_slide_description {\\n\\ttext-shadow: 0;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: left;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 15:16:31\"\n }\n}','','','trash','closed','closed','','1947502d-0470-4fac-8cbc-625c58eca8b2','','','2019-02-13 15:16:31','2019-02-13 15:16:31','',0,'http://02e3761.netsolhost.com/test/2019/02/13/1947502d-0470-4fac-8cbc-625c58eca8b2/',0,'customize_changeset','',0),(1078,1,'2019-02-13 15:16:31','2019-02-13 15:16:31','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_slide_description {\n text-shadow: 0;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: left;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 15:16:31','2019-02-13 15:16:31','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1079,1,'2019-02-13 15:17:03','2019-02-13 15:17:03','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\" body_font=\"||||||||\"][et_pb_slide _builder_version=\"3.19.13\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||300px\" header_font=\"||||||||\"]Caption for slide 1[/et_pb_slide][et_pb_slide _builder_version=\"3.19.10\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-13 15:17:03','2019-02-13 15:17:03','',641,'http://02e3761.netsolhost.com/test/2019/02/13/641-revision-v1/',0,'revision','',0),(1081,1,'2019-02-13 15:17:57','2019-02-13 15:17:57','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_slide_description {\\n\\ttext-shadow: 0 !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 15:17:57\"\n }\n}','','','trash','closed','closed','','e6ddff62-2f0e-4733-8bc5-a847492e2e35','','','2019-02-13 15:17:57','2019-02-13 15:17:57','',0,'http://02e3761.netsolhost.com/test/2019/02/13/e6ddff62-2f0e-4733-8bc5-a847492e2e35/',0,'customize_changeset','',0),(1082,1,'2019-02-13 15:17:57','2019-02-13 15:17:57','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_slide_description {\n text-shadow: 0 !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 15:17:57','2019-02-13 15:17:57','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1083,1,'2019-02-13 15:18:51','2019-02-13 15:18:51','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n\\ttext-shadow: 0 !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 15:18:51\"\n }\n}','','','trash','closed','closed','','da3faf00-5dc9-417c-8558-80fbdc5bc5c8','','','2019-02-13 15:18:51','2019-02-13 15:18:51','',0,'http://02e3761.netsolhost.com/test/2019/02/13/da3faf00-5dc9-417c-8558-80fbdc5bc5c8/',0,'customize_changeset','',0),(1084,1,'2019-02-13 15:18:52','2019-02-13 15:18:52','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 15:18:52','2019-02-13 15:18:52','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1085,1,'2019-02-13 15:20:01','2019-02-13 15:20:01','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 15:20:01\"\n }\n}','','','trash','closed','closed','','b6a1c782-2bc0-42dc-bf85-b795526d6872','','','2019-02-13 15:20:01','2019-02-13 15:20:01','',0,'http://02e3761.netsolhost.com/test/2019/02/13/b6a1c782-2bc0-42dc-bf85-b795526d6872/',0,'customize_changeset','',0),(1086,1,'2019-02-13 15:20:02','2019-02-13 15:20:02','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 15:20:02','2019-02-13 15:20:02','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1087,1,'2019-02-13 15:21:10','2019-02-13 15:21:10','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\" body_font=\"||||||||\"][et_pb_slide _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||300px\"]Caption for slide 1[/et_pb_slide][et_pb_slide _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" custom_padding=\"250px||300px\"]Caption for slide 1[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-13 15:21:10','2019-02-13 15:21:10','',641,'http://02e3761.netsolhost.com/test/2019/02/13/641-revision-v1/',0,'revision','',0),(1089,1,'2019-02-13 15:22:32','2019-02-13 15:22:32','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\" body_font=\"||||||||\"][et_pb_slide _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||300px\" admin_title=\"Slide 1\"]Caption for slide 1[/et_pb_slide][et_pb_slide _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" custom_padding=\"250px||300px\" admin_title=\"Slide 2\"]Caption for slide 2[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project','','inherit','closed','closed','','641-revision-v1','','','2019-02-13 15:22:32','2019-02-13 15:22:32','',641,'http://02e3761.netsolhost.com/test/2019/02/13/641-revision-v1/',0,'revision','',0),(1091,1,'2019-02-13 15:29:04','2019-02-13 15:29:04','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\" body_font=\"||||||||\"][et_pb_slide admin_title=\"Slide 1\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||300px\"]Caption for slide 1[/et_pb_slide][et_pb_slide admin_title=\"Slide 2\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" custom_padding=\"250px||300px\"]Caption for slide 2[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Project Detail Layout','','publish','closed','closed','','project-detail-layout','','','2019-02-13 15:29:04','2019-02-13 15:29:04','',0,'http://02e3761.netsolhost.com/test/et_pb_layout/project-detail-layout/',0,'et_pb_layout','',0),(1092,1,'2019-02-13 15:30:01','2019-02-13 15:30:01','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text]Test Project 3[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project 3','','inherit','closed','closed','','662-revision-v1','','','2019-02-13 15:30:01','2019-02-13 15:30:01','',662,'http://02e3761.netsolhost.com/test/2019/02/13/662-revision-v1/',0,'revision','',0),(1093,1,'2019-02-13 15:30:03','2019-02-13 15:30:03','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text]Test Project 4[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project 4','','inherit','closed','closed','','948-revision-v1','','','2019-02-13 15:30:03','2019-02-13 15:30:03','',948,'http://02e3761.netsolhost.com/test/2019/02/13/948-revision-v1/',0,'revision','',0),(1094,1,'2019-02-13 15:30:08','2019-02-13 15:30:08','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text]Test Project 5[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project 5','','inherit','closed','closed','','950-revision-v1','','','2019-02-13 15:30:08','2019-02-13 15:30:08','',950,'http://02e3761.netsolhost.com/test/2019/02/13/950-revision-v1/',0,'revision','',0),(1095,1,'2019-02-13 15:30:08','2019-02-13 15:30:08','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text]Test Project 6[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project 6','','inherit','closed','closed','','952-revision-v1','','','2019-02-13 15:30:08','2019-02-13 15:30:08','',952,'http://02e3761.netsolhost.com/test/2019/02/13/952-revision-v1/',0,'revision','',0),(1096,1,'2019-02-13 15:30:13','2019-02-13 15:30:13','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text]Test Project 7[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project 7','','inherit','closed','closed','','955-revision-v1','','','2019-02-13 15:30:13','2019-02-13 15:30:13','',955,'http://02e3761.netsolhost.com/test/2019/02/13/955-revision-v1/',0,'revision','',0),(1097,1,'2019-02-13 15:30:13','2019-02-13 15:30:13','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text]Test Project 8[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project 8','','inherit','closed','closed','','971-revision-v1','','','2019-02-13 15:30:13','2019-02-13 15:30:13','',971,'http://02e3761.netsolhost.com/test/2019/02/13/971-revision-v1/',0,'revision','',0),(1098,1,'2019-02-13 15:30:18','2019-02-13 15:30:18','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text]Test Project 9[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project 9','','inherit','closed','closed','','973-revision-v1','','','2019-02-13 15:30:18','2019-02-13 15:30:18','',973,'http://02e3761.netsolhost.com/test/2019/02/13/973-revision-v1/',0,'revision','',0),(1099,1,'2019-02-13 15:30:26','2019-02-13 15:30:26','[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text]Test Project 2[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project 2','','inherit','closed','closed','','660-revision-v1','','','2019-02-13 15:30:26','2019-02-13 15:30:26','',660,'http://02e3761.netsolhost.com/test/2019/02/13/660-revision-v1/',0,'revision','',0),(1101,1,'2019-02-13 15:33:31','2019-02-13 15:33:31','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\" body_font=\"||||||||\"][et_pb_slide admin_title=\"Slide 1\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||300px\"]Caption for slide 1[/et_pb_slide][et_pb_slide admin_title=\"Slide 2\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" custom_padding=\"250px||300px\"]Caption for slide 2[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project 9','','inherit','closed','closed','','973-revision-v1','','','2019-02-13 15:33:31','2019-02-13 15:33:31','',973,'http://02e3761.netsolhost.com/test/2019/02/13/973-revision-v1/',0,'revision','',0),(1103,1,'2019-02-13 15:34:37','2019-02-13 15:34:37','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\" body_font=\"||||||||\"][et_pb_slide admin_title=\"Slide 1\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||300px\"]Caption for slide 1[/et_pb_slide][et_pb_slide admin_title=\"Slide 2\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" custom_padding=\"250px||300px\"]Caption for slide 2[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project 3','','inherit','closed','closed','','662-revision-v1','','','2019-02-13 15:34:37','2019-02-13 15:34:37','',662,'http://02e3761.netsolhost.com/test/2019/02/13/662-revision-v1/',0,'revision','',0),(1106,1,'2019-02-13 15:35:51','2019-02-13 15:35:51','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\" body_font=\"||||||||\"][et_pb_slide admin_title=\"Slide 1\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||300px\"]Caption for slide 1[/et_pb_slide][et_pb_slide admin_title=\"Slide 2\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" custom_padding=\"250px||300px\"]Caption for slide 2[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project 5','','inherit','closed','closed','','950-revision-v1','','','2019-02-13 15:35:51','2019-02-13 15:35:51','',950,'http://02e3761.netsolhost.com/test/2019/02/13/950-revision-v1/',0,'revision','',0),(1108,1,'2019-02-13 15:38:19','2019-02-13 15:38:19','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\" body_font=\"||||||||\"][et_pb_slide admin_title=\"Slide 1\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||300px\"]Caption for slide 1[/et_pb_slide][et_pb_slide admin_title=\"Slide 2\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" custom_padding=\"250px||300px\"]Caption for slide 2[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project 2','','inherit','closed','closed','','660-revision-v1','','','2019-02-13 15:38:19','2019-02-13 15:38:19','',660,'http://02e3761.netsolhost.com/test/2019/02/13/660-revision-v1/',0,'revision','',0),(1110,1,'2019-02-13 15:38:48','2019-02-13 15:38:48','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\" body_font=\"||||||||\"][et_pb_slide admin_title=\"Slide 1\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||300px\"]Caption for slide 1[/et_pb_slide][et_pb_slide admin_title=\"Slide 2\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" custom_padding=\"250px||300px\"]Caption for slide 2[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project 4','','inherit','closed','closed','','948-revision-v1','','','2019-02-13 15:38:48','2019-02-13 15:38:48','',948,'http://02e3761.netsolhost.com/test/2019/02/13/948-revision-v1/',0,'revision','',0),(1111,1,'2019-02-13 15:39:11','2019-02-13 15:39:11','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\" body_font=\"||||||||\"][et_pb_slide admin_title=\"Slide 1\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||300px\"]Caption for slide 1[/et_pb_slide][et_pb_slide admin_title=\"Slide 2\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" custom_padding=\"250px||300px\"]Caption for slide 2[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project 7','','inherit','closed','closed','','955-revision-v1','','','2019-02-13 15:39:11','2019-02-13 15:39:11','',955,'http://02e3761.netsolhost.com/test/2019/02/13/955-revision-v1/',0,'revision','',0),(1112,1,'2019-02-13 15:49:25','2019-02-13 15:49:25','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\" body_font=\"||||||||\"][et_pb_slide admin_title=\"Slide 1\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||300px\"]Caption for slide 1[/et_pb_slide][et_pb_slide admin_title=\"Slide 2\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" custom_padding=\"250px||300px\"]Caption for slide 2[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project 6','','inherit','closed','closed','','952-revision-v1','','','2019-02-13 15:49:25','2019-02-13 15:49:25','',952,'http://02e3761.netsolhost.com/test/2019/02/13/952-revision-v1/',0,'revision','',0),(1113,1,'2019-02-13 15:49:55','2019-02-13 15:49:55','[et_pb_section fb_built=\"1\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"10px||30px\" _builder_version=\"3.19.13\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_slider module_class=\"project-slider\" _builder_version=\"3.19.13\" body_font=\"||||||||\"][et_pb_slide admin_title=\"Slide 1\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/MDC-Int.jpg\" custom_padding=\"250px||300px\"]Caption for slide 1[/et_pb_slide][et_pb_slide admin_title=\"Slide 2\" _builder_version=\"3.19.13\" header_font=\"||||||||\" body_font=\"||||||||\" body_text_color=\"#595758\" body_font_size=\"14px\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" custom_padding=\"250px||300px\"]Caption for slide 2[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Page Heading\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\"]<h1>Project Name</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]Description goes here...\n\nLorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]<table class=\"responsive\">\n<tbody>\n<tr>\n<th>Project Name</th>\n<td>Project Name here...</td>\n</tr>\n<tr>\n<th>Typology</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Location</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Certifications</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Awards</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Status</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Size</th>\n<td>Info here...</td>\n</tr>\n<tr>\n<th>Client</th>\n<td>Info here...</td>\n</tr>\n</tbody>\n</table>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][/et_pb_column][/et_pb_row][/et_pb_section]','Test Project 8','','inherit','closed','closed','','971-revision-v1','','','2019-02-13 15:49:55','2019-02-13 15:49:55','',971,'http://02e3761.netsolhost.com/test/2019/02/13/971-revision-v1/',0,'revision','',0),(1115,1,'2019-02-13 15:54:58','2019-02-13 15:54:58','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9,14,15,11,16,12,13\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\" custom_padding=\"0px||0px\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-13 15:54:58','2019-02-13 15:54:58','',11,'http://02e3761.netsolhost.com/test/2019/02/13/11-revision-v1/',0,'revision','',0),(1117,1,'2019-02-13 15:57:54','2019-02-13 15:57:54','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_items {\\n\\tpadding-top: 10px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 15:57:54\"\n }\n}','','','trash','closed','closed','','450f7b4f-b87f-458f-8c94-fed9312d74a4','','','2019-02-13 15:57:54','2019-02-13 15:57:54','',0,'http://02e3761.netsolhost.com/test/2019/02/13/450f7b4f-b87f-458f-8c94-fed9312d74a4/',0,'customize_changeset','',0),(1118,1,'2019-02-13 15:57:55','2019-02-13 15:57:55','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_items {\n padding-top: 10px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 15:57:55','2019-02-13 15:57:55','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1119,1,'2019-02-13 15:58:55','2019-02-13 15:58:55','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_items {\\n\\tpadding-top: 10px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 15:58:55\"\n }\n}','','','trash','closed','closed','','d4e9eed0-8975-4536-a98a-92a828b93fde','','','2019-02-13 15:58:55','2019-02-13 15:58:55','',0,'http://02e3761.netsolhost.com/test/2019/02/13/d4e9eed0-8975-4536-a98a-92a828b93fde/',0,'customize_changeset','',0),(1120,1,'2019-02-13 15:58:56','2019-02-13 15:58:56','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_items {\n padding-top: 10px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 15:58:56','2019-02-13 15:58:56','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1121,1,'2019-02-13 16:00:44','2019-02-13 16:00:44','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_items {\\n\\tpadding-top: 10px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 27px!important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 16:00:44\"\n }\n}','','','trash','closed','closed','','6ad333d2-93fa-4bfb-9321-a5567a80575e','','','2019-02-13 16:00:44','2019-02-13 16:00:44','',0,'http://02e3761.netsolhost.com/test/?p=1121',0,'customize_changeset','',0),(1122,1,'2019-02-13 16:00:42','2019-02-13 16:00:42','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9,14,15,11,16,12,13\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" background_layout=\"dark\" custom_padding=\"0px||0px\" pagination_font=\"||||||||\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-13 16:00:42','2019-02-13 16:00:42','',11,'http://02e3761.netsolhost.com/test/2019/02/13/11-revision-v1/',0,'revision','',0),(1123,1,'2019-02-13 16:00:45','2019-02-13 16:00:45','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_items {\n padding-top: 10px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 27px!important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 16:00:45','2019-02-13 16:00:45','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1125,1,'2019-02-13 16:02:34','2019-02-13 16:02:34','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 16:02:34\"\n }\n}','','','trash','closed','closed','','35cb7e31-e2b8-41f2-8a29-72b360f72536','','','2019-02-13 16:02:34','2019-02-13 16:02:34','',0,'http://02e3761.netsolhost.com/test/2019/02/13/35cb7e31-e2b8-41f2-8a29-72b360f72536/',0,'customize_changeset','',0),(1126,1,'2019-02-13 16:02:35','2019-02-13 16:02:35','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 16:02:35','2019-02-13 16:02:35','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1127,1,'2019-02-13 16:03:55','2019-02-13 16:03:55','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 16:03:55\"\n }\n}','','','trash','closed','closed','','7f00f46b-6e2a-4ea8-9039-31b886529b44','','','2019-02-13 16:03:55','2019-02-13 16:03:55','',0,'http://02e3761.netsolhost.com/test/2019/02/13/7f00f46b-6e2a-4ea8-9039-31b886529b44/',0,'customize_changeset','',0),(1128,1,'2019-02-13 16:03:57','2019-02-13 16:03:57','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 16:03:57','2019-02-13 16:03:57','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1129,1,'2019-02-13 16:28:43','2019-02-13 16:28:43','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 16:28:43\"\n }\n}','','','trash','closed','closed','','101f2e08-1504-44f2-90f7-8e7b4e2c441f','','','2019-02-13 16:28:43','2019-02-13 16:28:43','',0,'http://02e3761.netsolhost.com/test/2019/02/13/101f2e08-1504-44f2-90f7-8e7b4e2c441f/',0,'customize_changeset','',0),(1130,1,'2019-02-13 16:28:44','2019-02-13 16:28:44','#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-13 16:28:44','2019-02-13 16:28:44','',857,'http://02e3761.netsolhost.com/test/2019/02/13/857-revision-v1/',0,'revision','',0),(1131,1,'2019-02-13 16:36:38','2019-02-13 16:36:38','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-13 16:36:38\"\n }\n}','','','trash','closed','closed','','a853eed8-6ed8-41bb-ab16-7f169bdfb641','','','2019-02-13 16:36:38','2019-02-13 16:36:38','',0,'http://02e3761.netsolhost.com/test/2019/02/13/a853eed8-6ed8-41bb-ab16-7f169bdfb641/',0,'customize_changeset','',0),(1132,1,'2019-02-14 09:54:04','2019-02-14 09:54:04','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\" custom_padding=\"||30px\" module_id=\"profile\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/map-bg-pic.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Address</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Phone</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Email</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]<h3>MCHarry Associates</h3>\n2780 SW Douglas Road \nSuite 302\nMiami, Fl 33133[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"](305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]marketing@mcharry.com[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 09:54:04','2019-02-14 09:54:04','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1134,1,'2019-02-14 09:56:41','2019-02-14 09:56:41','[et_pb_section fb_built=\"1\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||30px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/map-bg-pic.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Address</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Phone</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Email</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]<h3>MCHarry Associates</h3>\n2780 SW Douglas Road \nSuite 302\nMiami, Fl 33133[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"](305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]marketing@mcharry.com[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\" module_id=\"contact\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 09:56:41','2019-02-14 09:56:41','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1137,1,'2019-02-14 10:06:06','2019-02-14 10:06:06','[et_pb_section fb_built=\"1\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||30px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/map-bg-pic.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Address</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Phone</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Email</h1>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.3\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.10\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 10:06:06','2019-02-14 10:06:06','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1140,1,'2019-02-14 10:15:17','2019-02-14 10:15:17','[et_pb_section fb_built=\"1\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||30px\" admin_label=\"Profile Section\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\" admin_label=\"Contact Section\"][et_pb_row custom_padding=\"||\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/map-bg-pic.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\" admin_label=\"Team Section\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\" admin_label=\"Employment Section\" module_id=\"employment\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\" admin_label=\"Awards Section\" module_id=\"awards\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\" admin_label=\"Clients Section\" module_id=\"awards\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 10:15:17','2019-02-14 10:15:17','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1142,1,'2019-02-14 10:21:00','2019-02-14 10:21:00','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||30px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/map-bg-pic.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][et_pb_code _builder_version=\"3.19.13\"]<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 10:21:00','2019-02-14 10:21:00','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1145,1,'2019-02-14 10:22:34','2019-02-14 10:22:34','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||30px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" make_fullwidth=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 10:22:34','2019-02-14 10:22:34','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1147,1,'2019-02-14 10:26:21','2019-02-14 10:26:21','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||30px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"100%\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 10:26:21','2019-02-14 10:26:21','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1149,1,'2019-02-14 10:27:49','2019-02-14 10:27:49','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||30px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 10:27:49','2019-02-14 10:27:49','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1151,1,'2019-02-14 10:30:54','2019-02-14 10:30:54','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||30px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 10:30:54','2019-02-14 10:30:54','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1153,1,'2019-02-14 10:32:28','2019-02-14 10:32:28','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 10:32:28','2019-02-14 10:32:28','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1155,1,'2019-02-14 10:35:08','2019-02-14 10:35:08','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||20px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 10:35:08','2019-02-14 10:35:08','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1158,1,'2019-02-14 10:37:49','2019-02-14 10:37:49','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" custom_margin=\"||20px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 10:37:49','2019-02-14 10:37:49','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1161,1,'2019-02-14 10:40:51','2019-02-14 10:40:51','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" custom_margin=\"||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 10:40:51','2019-02-14 10:40:51','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1163,1,'2019-02-14 10:43:28','2019-02-14 10:43:28','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-14 10:43:13\"\n }\n}','','','trash','closed','closed','','3ba0328b-dd07-4183-b891-e1699443f836','','','2019-02-14 10:43:28','2019-02-14 10:43:28','',0,'http://02e3761.netsolhost.com/test/?p=1163',0,'customize_changeset','',0),(1164,1,'2019-02-14 10:43:29','2019-02-14 10:43:29','h1 {\n margin: 0 0 30px 0;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-14 10:43:29','2019-02-14 10:43:29','',857,'http://02e3761.netsolhost.com/test/2019/02/14/857-revision-v1/',0,'revision','',0),(1165,1,'2019-02-14 10:44:48','2019-02-14 10:44:48','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-14 10:44:48\"\n }\n}','','','trash','closed','closed','','be807b6c-52b7-463a-a7c8-98ea00948a93','','','2019-02-14 10:44:48','2019-02-14 10:44:48','',0,'http://02e3761.netsolhost.com/test/2019/02/14/be807b6c-52b7-463a-a7c8-98ea00948a93/',0,'customize_changeset','',0),(1166,1,'2019-02-14 10:44:48','2019-02-14 10:44:48','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-14 10:44:48','2019-02-14 10:44:48','',857,'http://02e3761.netsolhost.com/test/2019/02/14/857-revision-v1/',0,'revision','',0),(1167,1,'2019-02-14 10:46:16','2019-02-14 10:46:16','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 10:46:16','2019-02-14 10:46:16','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1169,1,'2019-02-14 10:48:09','2019-02-14 10:48:09','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 10:48:09','2019-02-14 10:48:09','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1172,1,'2019-02-14 10:51:02','2019-02-14 10:51:02','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.13\" module_class=\"address-info\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 10:51:02','2019-02-14 10:51:02','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1174,1,'2019-02-14 10:51:40','2019-02-14 10:51:40','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n.address-info {\\n\\tpadding-bottom: 0;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-14 10:51:40\"\n }\n}','','','trash','closed','closed','','40ca732e-f9c1-4e1b-b316-48cc2f31c12f','','','2019-02-14 10:51:40','2019-02-14 10:51:40','',0,'http://02e3761.netsolhost.com/test/2019/02/14/40ca732e-f9c1-4e1b-b316-48cc2f31c12f/',0,'customize_changeset','',0),(1175,1,'2019-02-14 10:51:40','2019-02-14 10:51:40','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n.address-info {\n padding-bottom: 0;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-14 10:51:40','2019-02-14 10:51:40','',857,'http://02e3761.netsolhost.com/test/2019/02/14/857-revision-v1/',0,'revision','',0),(1176,1,'2019-02-14 10:53:05','2019-02-14 10:53:05','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 0;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-14 10:53:05\"\n }\n}','','','trash','closed','closed','','9a2b7295-8399-45b1-ac6d-c8971eb41a20','','','2019-02-14 10:53:05','2019-02-14 10:53:05','',0,'http://02e3761.netsolhost.com/test/2019/02/14/9a2b7295-8399-45b1-ac6d-c8971eb41a20/',0,'customize_changeset','',0),(1177,1,'2019-02-14 10:53:05','2019-02-14 10:53:05','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 0;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-14 10:53:05','2019-02-14 10:53:05','',857,'http://02e3761.netsolhost.com/test/2019/02/14/857-revision-v1/',0,'revision','',0),(1178,1,'2019-02-14 10:53:19','2019-02-14 10:53:19','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.13\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"Person\" _builder_version=\"3.19.10\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 10:53:19','2019-02-14 10:53:19','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1180,1,'2019-02-14 10:53:59','2019-02-14 10:53:59','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 10px;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-14 10:53:59\"\n }\n}','','','trash','closed','closed','','4bf20334-867e-4120-b86e-f92681ed9988','','','2019-02-14 10:53:59','2019-02-14 10:53:59','',0,'http://02e3761.netsolhost.com/test/2019/02/14/4bf20334-867e-4120-b86e-f92681ed9988/',0,'customize_changeset','',0),(1181,1,'2019-02-14 10:53:59','2019-02-14 10:53:59','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 10px;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-14 10:53:59','2019-02-14 10:53:59','',857,'http://02e3761.netsolhost.com/test/2019/02/14/857-revision-v1/',0,'revision','',0),(1182,1,'2019-02-14 10:54:38','2019-02-14 10:54:38','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-14 10:54:38\"\n }\n}','','','trash','closed','closed','','e00b2e10-d10d-4fe1-99e7-90b60c1f754f','','','2019-02-14 10:54:38','2019-02-14 10:54:38','',0,'http://02e3761.netsolhost.com/test/2019/02/14/e00b2e10-d10d-4fe1-99e7-90b60c1f754f/',0,'customize_changeset','',0),(1183,1,'2019-02-14 10:54:38','2019-02-14 10:54:38','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-14 10:54:38','2019-02-14 10:54:38','',857,'http://02e3761.netsolhost.com/test/2019/02/14/857-revision-v1/',0,'revision','',0),(1184,1,'2019-02-14 10:56:32','2019-02-14 10:56:32','','placeholder-image','','inherit','open','closed','','placeholder-image','','','2019-02-14 10:57:24','2019-02-14 10:57:24','',0,'http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg',0,'attachment','image/jpeg',0),(1186,1,'2019-02-14 10:58:20','2019-02-14 10:58:20','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.13\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" _builder_version=\"3.19.13\" admin_label=\"Thomas M. Carlson, AIA\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Lourdes Solera, FAIA, RID\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Craig Aquart, AIA, RID,\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\" admin_label=\"Person\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"James W. Piersol, AIA, RIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\" admin_label=\"Person\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 10:58:20','2019-02-14 10:58:20','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1188,1,'2019-02-14 11:00:38','2019-02-14 11:00:38','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.13\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" admin_label=\"Thomas M. Carlson, AIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Lourdes Solera, FAIA, RID\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Craig Aquart, AIA, RID,\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"James W. Piersol, AIA, RIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"clients\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 11:00:38','2019-02-14 11:00:38','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1190,1,'2019-02-14 11:25:46','2019-02-14 11:25:46','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.13\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" admin_label=\"Thomas M. Carlson, AIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Lourdes Solera, FAIA, RID\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Craig Aquart, AIA, RID,\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"James W. Piersol, AIA, RIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"clients\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 11:25:46','2019-02-14 11:25:46','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1193,1,'2019-02-14 11:28:02','2019-02-14 11:28:02','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.13\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" admin_label=\"Thomas M. Carlson, AIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Lourdes Solera, FAIA, RID\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Craig Aquart, AIA, RID,\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"James W. Piersol, AIA, RIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\nPlease note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"clients\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 11:28:02','2019-02-14 11:28:02','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1195,1,'2019-02-14 11:29:56','2019-02-14 11:29:56','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.13\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" admin_label=\"Thomas M. Carlson, AIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Lourdes Solera, FAIA, RID\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Craig Aquart, AIA, RID,\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"James W. Piersol, AIA, RIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\n<span class=\"note\">Please note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"clients\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 11:29:56','2019-02-14 11:29:56','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1197,1,'2019-02-14 11:30:42','2019-02-14 11:30:42','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.note {\\n\\tcolor: #ececec;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-14 11:30:42\"\n }\n}','','','trash','closed','closed','','ecb1b66b-512a-4f96-83a1-608d63c76b9e','','','2019-02-14 11:30:42','2019-02-14 11:30:42','',0,'http://02e3761.netsolhost.com/test/?p=1197',0,'customize_changeset','',0),(1198,1,'2019-02-14 11:30:44','2019-02-14 11:30:44','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n.note {\n color: #ececec;\n font-style: italic;\n padding: 10px 0;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-14 11:30:44','2019-02-14 11:30:44','',857,'http://02e3761.netsolhost.com/test/2019/02/14/857-revision-v1/',0,'revision','',0),(1199,1,'2019-02-14 11:32:26','2019-02-14 11:32:26','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.note {\\n\\tcolor: #a7a7a7;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-14 11:32:26\"\n }\n}','','','trash','closed','closed','','7b5f0cbf-5c60-4bb6-8f11-f4e16f9caca0','','','2019-02-14 11:32:26','2019-02-14 11:32:26','',0,'http://02e3761.netsolhost.com/test/2019/02/14/7b5f0cbf-5c60-4bb6-8f11-f4e16f9caca0/',0,'customize_changeset','',0),(1200,1,'2019-02-14 11:32:27','2019-02-14 11:32:27','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n.note {\n color: #a7a7a7;\n font-style: italic;\n padding: 10px 0;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-14 11:32:27','2019-02-14 11:32:27','',857,'http://02e3761.netsolhost.com/test/2019/02/14/857-revision-v1/',0,'revision','',0),(1201,1,'2019-02-14 11:34:18','2019-02-14 11:34:18','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.note {\\n\\tcolor: #a7a7a7;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.3em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-14 11:34:18\"\n }\n}','','','trash','closed','closed','','7d3b7cf8-441d-491b-bfec-151b4090b5be','','','2019-02-14 11:34:18','2019-02-14 11:34:18','',0,'http://02e3761.netsolhost.com/test/2019/02/14/7d3b7cf8-441d-491b-bfec-151b4090b5be/',0,'customize_changeset','',0),(1202,1,'2019-02-14 11:34:18','2019-02-14 11:34:18','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n.note {\n color: #a7a7a7;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.3em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-14 11:34:18','2019-02-14 11:34:18','',857,'http://02e3761.netsolhost.com/test/2019/02/14/857-revision-v1/',0,'revision','',0),(1203,1,'2019-02-14 11:35:07','2019-02-14 11:35:07','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.3em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-14 11:35:07\"\n }\n}','','','trash','closed','closed','','a7b62291-d30c-44e9-9e97-e599acadbfd8','','','2019-02-14 11:35:07','2019-02-14 11:35:07','',0,'http://02e3761.netsolhost.com/test/2019/02/14/a7b62291-d30c-44e9-9e97-e599acadbfd8/',0,'customize_changeset','',0),(1204,1,'2019-02-14 11:35:08','2019-02-14 11:35:08','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.3em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-14 11:35:08','2019-02-14 11:35:08','',857,'http://02e3761.netsolhost.com/test/2019/02/14/857-revision-v1/',0,'revision','',0),(1205,1,'2019-02-14 11:36:04','2019-02-14 11:36:04','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-14 11:36:04\"\n }\n}','','','trash','closed','closed','','0f8b16a8-24eb-4c0c-9ba6-8797f62870f8','','','2019-02-14 11:36:04','2019-02-14 11:36:04','',0,'http://02e3761.netsolhost.com/test/2019/02/14/0f8b16a8-24eb-4c0c-9ba6-8797f62870f8/',0,'customize_changeset','',0),(1206,1,'2019-02-14 11:36:05','2019-02-14 11:36:05','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-14 11:36:05','2019-02-14 11:36:05','',857,'http://02e3761.netsolhost.com/test/2019/02/14/857-revision-v1/',0,'revision','',0),(1207,1,'2019-02-14 11:56:04','2019-02-14 11:56:04','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n\\n\\n\\n \",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-14 11:56:04\"\n }\n}','','','trash','closed','closed','','5ae19cea-04a8-4db8-9158-41f3cf425529','','','2019-02-14 11:56:04','2019-02-14 11:56:04','',0,'http://02e3761.netsolhost.com/test/?p=1207',0,'customize_changeset','',0),(1208,1,'2019-02-14 11:37:28','2019-02-14 11:37:28','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.13\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" admin_label=\"Thomas M. Carlson, AIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Lourdes Solera, FAIA, RID\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Craig Aquart, AIA, RID,\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"James W. Piersol, AIA, RIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\n<span class=\"note\">Please note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]* Please note that only a select few awards of recognition are shown above. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"clients\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 11:37:28','2019-02-14 11:37:28','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1210,1,'2019-02-14 11:39:03','2019-02-14 11:39:03','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.13\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" admin_label=\"Thomas M. Carlson, AIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Lourdes Solera, FAIA, RID\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Craig Aquart, AIA, RID,\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"James W. Piersol, AIA, RIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\n<span class=\"note\">Please note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<span class=\"note\">* Please note that only a select few awards of recognition are shown above. </span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"clients\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.19.10\"]Client Logo[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 11:39:03','2019-02-14 11:39:03','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1212,1,'2019-02-14 11:41:24','2019-02-14 11:41:24','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.13\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" admin_label=\"Thomas M. Carlson, AIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Lourdes Solera, FAIA, RID\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Craig Aquart, AIA, RID,\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"James W. Piersol, AIA, RIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\n<span class=\"note\">Please note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<span class=\"note\">* Please note that only a select few awards of recognition are shown above. </span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"clients\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image _builder_version=\"3.19.13\" src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image _builder_version=\"3.19.13\" src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image _builder_version=\"3.19.13\" src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image _builder_version=\"3.19.13\" src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image _builder_version=\"3.19.13\" src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 11:41:24','2019-02-14 11:41:24','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1214,1,'2019-02-14 11:49:08','2019-02-14 11:49:08','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.13\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" admin_label=\"Thomas M. Carlson, AIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Lourdes Solera, FAIA, RID\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Craig Aquart, AIA, RID,\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"James W. Piersol, AIA, RIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\n<span class=\"note\">Please note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<span class=\"note\">* Please note that only a select few awards of recognition are shown above. </span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"clients\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 11:49:08','2019-02-14 11:49:08','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1216,1,'2019-02-14 11:56:04','2019-02-14 11:56:04','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}\n\n\n\n\n ','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-14 11:56:04','2019-02-14 11:56:04','',857,'http://02e3761.netsolhost.com/test/2019/02/14/857-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (1217,1,'2019-02-14 11:56:18','2019-02-14 11:56:18','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe class=\"map\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.13\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" admin_label=\"Thomas M. Carlson, AIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Lourdes Solera, FAIA, RID\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Craig Aquart, AIA, RID,\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"James W. Piersol, AIA, RIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\n<span class=\"note\">Please note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<span class=\"note\">* Please note that only a select few awards of recognition are shown above. </span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"clients\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 11:56:18','2019-02-14 11:56:18','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1220,1,'2019-02-14 12:01:57','2019-02-14 12:01:57','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe class=\"map\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.13\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" admin_label=\"Thomas M. Carlson, AIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Lourdes Solera, FAIA, RID\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Craig Aquart, AIA, RID,\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"James W. Piersol, AIA, RIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\n<span class=\"note\">Please note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<span class=\"note\">* Please note that only a select few awards of recognition are shown above. </span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"clients\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 12:01:57','2019-02-14 12:01:57','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1222,1,'2019-02-14 14:25:16','2019-02-14 14:25:16','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Active States on Scroll ***/\\n\\n #main-header #top-menu a.ds-menu-active,\\n .et_slide_in_menu_container .et_mobile_menu a.ds-menu-active {\\n color: #FE437D !important;\\n }\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-14 14:25:16\"\n }\n}','','','trash','closed','closed','','a92aaed8-120a-48b5-aa0e-6dc7aef5f65e','','','2019-02-14 14:25:16','2019-02-14 14:25:16','',0,'http://02e3761.netsolhost.com/test/2019/02/14/a92aaed8-120a-48b5-aa0e-6dc7aef5f65e/',0,'customize_changeset','',0),(1223,1,'2019-02-14 14:25:18','2019-02-14 14:25:18','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Active States on Scroll ***/\n\n #main-header #top-menu a.ds-menu-active,\n .et_slide_in_menu_container .et_mobile_menu a.ds-menu-active {\n color: #FE437D !important;\n }\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-14 14:25:18','2019-02-14 14:25:18','',857,'http://02e3761.netsolhost.com/test/2019/02/14/857-revision-v1/',0,'revision','',0),(1225,1,'2019-02-14 14:25:49','2019-02-14 14:25:49','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\" module_class=\"ds-section\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe class=\"map\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.13\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" admin_label=\"Thomas M. Carlson, AIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Lourdes Solera, FAIA, RID\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Craig Aquart, AIA, RID,\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"James W. Piersol, AIA, RIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\n<span class=\"note\">Please note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<span class=\"note\">* Please note that only a select few awards of recognition are shown above. </span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"clients\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 14:25:49','2019-02-14 14:25:49','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1226,1,'2019-02-14 14:26:26','2019-02-14 14:26:26','h1 {\r\n margin: 0 0 30px 0 !important;\r\n}\r\n\r\n#top-header {\r\n display: none;\r\n}\r\n\r\n#logo {margin: 20px 0;}\r\n\r\n#main-header {\r\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\r\n background-color: transparent;\r\n /*padding: 0 0 35px 0;*/\r\n}\r\n\r\n#main-header.et-fixed-header {\r\n background: #fff;\r\n}\r\n\r\nheader#main-header.et-fixed-header, #main-header{\r\n -webkit-box-shadow:none !important;\r\n -moz-box-shadow:none !important;\r\n box-shadow:none !important;\r\n}\r\n\r\nbody.home #et-main-area {\r\n margin-top: -98px;\r\n}\r\n\r\nbody.home {\r\n overflow-y: hidden;\r\n}\r\n\r\nbody.home #main-content {\r\n margin-top: -80px;\r\n}\r\n\r\nbody.home footer {\r\n display: none;\r\n}\r\n\r\nnav#top-menu-nav {\r\n float: right;\r\n}\r\n\r\n#top-menu a {\r\n text-transform: lowercase;\r\n font-weight: 700;\r\n /*text-shadow: 1px 1px 1px #171da5;\r\n font-size: 25px !important;*/\r\n}\r\n\r\n .ds-fw-slider .et_pb_slides .et_pb_container {\r\n display: flex;\r\n align-items: flex-end;\r\n width: 100%;\r\n min-width: 100%;\r\n }\r\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\r\n display: -webkit-box;\r\n display: -ms-flexbox;\r\n display: flex;\r\n padding: 2%;\r\n }\r\n .ds-fw-slider .et_pb_slide {\r\n padding: 0;\r\n min-height: 100vh;\r\n height: 100vh;\r\n }\r\n .ds-fw-slider .et_pb_slide_description {\r\n width: 100%;\r\n margin: 0;\r\n padding: 0;\r\n }\r\n\r\n#et-secondary-menu {\r\n display: none; \r\n clear: both;\r\n}\r\n\r\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\r\n display: block; \r\n clear: both;\r\n}\r\n\r\n#et-secondary-nav {\r\n float: left !important;\r\n}\r\n\r\n#et-secondary-nav li {\r\n float: left !important;\r\n}\r\n\r\n.office-links {\r\n display: none !important;\r\n}\r\n\r\nbody.page-id-15 .office-links {\r\n display: block !important;\r\n}\r\n\r\n.community-links {\r\n display: none !important;\r\n}\r\n\r\nbody.page-id-13 .community-links {\r\n display: block !important;\r\n}\r\n\r\n#team .et_pb_row {\r\n padding-top: 20px;\r\n}\r\n\r\n#employment .et_pb_row {\r\n padding-top: 20px;\r\n}\r\n\r\n.map {\r\n-webkit-filter: grayscale(100%);\r\n -moz-filter: grayscale(100%);\r\n -ms-filter: grayscale(100%);\r\n -o-filter: grayscale(100%);\r\n filter: grayscale(100%);\r\n}\r\n\r\n.note {\r\n color: #828282;\r\n font-style: italic;\r\n padding: 10px 0;\r\n line-height: 1.2em;\r\n}\r\n\r\n/* Image with text overlay */\r\n\r\n.image-with-text-overlay h1 {\r\n font-size: 60px !important;\r\n}\r\n\r\n.getinvolved {\r\n font-size: 18px;\r\n margin: 15px 0;\r\n}\r\n\r\n.getinvolved span {\r\n font-weight: 700;\r\n font-size: 20px;\r\n}\r\n\r\n.et_pb_grid_item {\r\n width: 32% !important;\r\nmargin-right: 21px !important;\r\n margin-bottom: 21px !important;\r\n}\r\n\r\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\r\n clear: none !important;\r\n}\r\n\r\n.last_in_row {\r\n margin-right: 0 !important;\r\n}\r\n\r\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\r\n border-top: 0 !important;\r\n}\r\n\r\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\r\n color: #5c92e5 !important;\r\n font-weight: bold;\r\n border: 0 !important;\r\n text-transform: lowercase;\r\n padding: 10px 0 10px 20px !important;\r\n}\r\n\r\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\r\ncolor: #171da5 !important;\r\n background: none;\r\n}\r\n\r\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\r\n background: none;\r\n color: #8db3ed !important;\r\n}\r\n\r\n.et_pb_portfolio_item{\r\n position: relative;\r\n}\r\n\r\n.et_pb_filterable_portfolio_0 .et_overlay {\r\n background-color: rgba(0,0,0,0.5) !important;\r\n border-color: transparent;\r\n}\r\n\r\n.et_pb_portfolio_item h2{ \r\n position: absolute;\r\n top:5%;\r\n left:7%;\r\n font-weight: 700;\r\n font-size: 30px;\r\n display:none;\r\n transform: translate3d(0px, 0px, 0px);\r\n transition: all 0.3s ease 0s;\r\n }\r\n.et_pb_portfolio_item:hover h2{\r\n display:block;\r\n z-index: 9999;\r\ncolor: #fff !important;\r\n}\r\n\r\n.et_pb_portfolio_item .post-meta {\r\n display: none;\r\n position: absolute;\r\n bottom:5%;\r\n left:7%;\r\n font-weight: 700;\r\n}\r\n\r\n.et_pb_portfolio_item:hover .post-meta {\r\n display: block;\r\n position: absolute;\r\n bottom:5%;\r\n left:7%;\r\n font-weight: 700;\r\n z-index: 9999;\r\ncolor: #fff !important;\r\n}\r\n\r\n.et_pb_slide {\r\n padding: 0;\r\n}\r\n\r\nbody.home .et-pb-arrow-next {\r\nopacity: 0;\r\nright: 22px;\r\n}\r\n\r\nbody.home .et-pb-arrow-prev{\r\nopacity: 0;\r\nleft: 22px;\r\n}\r\n\r\n.et-pb-arrow-next {\r\nopacity: 1;\r\nright: 22px;\r\n}\r\n\r\n.et-pb-arrow-prev{\r\nopacity: 1;\r\nleft: 22px;\r\n}\r\n\r\n.project-slide-section {\r\n padding: 0;\r\n}\r\n\r\n.et_pb_bg_layout_dark .et_pb_slide_description {\r\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\r\n}\r\n\r\n.project-slider div.et_pb_slide_content {\r\n position: absolute;\r\n bottom: 0;\r\n left: 0;\r\n width: 100%;\r\npadding: 10px 0;\r\nbackground: #fff;\r\ntext-align: center;\r\n}\r\n\r\n@media (min-width: 981px) {\r\n.et_pb_portfolio_filters {\r\nposition: fixed!important;\r\nz-index: 9999999!important;\r\nmargin-top: -35px!important;\r\nwidth: 1080px!important;\r\nbackground: #fff !important;\r\n}\r\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\r\npadding-top: 10px !important;\r\n}\r\n}\r\n\r\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\r\n float: right;\r\n}\r\n\r\n/* File Upload Section */\r\n\r\n.wpcf7-form label {\r\n display: none;\r\n}\r\n\r\n.wpcf7-text {display: none;}\r\n\r\n/* === Begin: Set the divi slider height === */\r\n\r\n/* Desktop */\r\n.project-slider .et_pb_slide .et_pb_container {\r\n height: auto !important;\r\n min-height: 500px !important;\r\n}\r\n/* Tablet */\r\n@media only screen and (min-width: 768px) and (max-width: 980px) {\r\n .project-slider .et_pb_slide .et_pb_container {\r\n height: auto !important;\r\n min-height: 500px !important;\r\n }\r\n}\r\n/* Phone */\r\n@media only screen and (max-width: 767px) {\r\n .project-slider .et_pb_slide .et_pb_container {\r\n height: auto !important;\r\n min-height: 500px !important;\r\n }\r\n}\r\n\r\n/* Handle padding */\r\n.project-slider .et_pb_slide {\r\n padding-bottom: 0px !important;\r\n}\r\n.project-slider div.et_pb_slide_description, \r\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\r\n padding-top: 1%;\r\n padding-bottom: 1%;\r\n}\r\n\r\n/* === End: Set divi slider height === */\r\n\r\ntable.responsive {\r\nborder-top: 3px solid #000;\r\n border-right: 0;\r\n border-bottom: 3px solid #000;\r\n border-left: 0;\r\n border-collapse: collapse;\r\nwidth: 100%;\r\n}\r\n\r\ntable.responsive th, table.responsive td {\r\npadding: 18px 8px;\r\ntext-align: left;\r\nborder-bottom: 1px solid #ddd;\r\n}\r\n\r\ntable.responsive tr {\r\n border-top: 3px solid #000;\r\n}\r\n\r\ntable.responsive tr:hover{background-color:#f5f5f5}\r\n\r\n/* Footer */\r\n\r\n#footer-widgets {\r\n padding: 0;\r\n}\r\n\r\n.footer-widget {\r\n float: none;\r\n text-align: center;\r\n margin: 0 auto;\r\n}\r\n\r\n.footer-widget .et_pb_widget {\r\n float: none !important;\r\n}\r\n\r\n.footer-content {\r\n margin: 0 auto;\r\n text-align: center;\r\n}\r\n\r\n#footer-widgets .footer-widget li {\r\n padding: 0 !important;\r\n}\r\n\r\n.footer-widget li::before {\r\n display: none;\r\n}\r\n\r\n.footer-content li {\r\n display: inline-block;\r\n margin: 0;\r\n}\r\n\r\n.footer-content li a {\r\n color: #7c7c7c;\r\n}\r\n\r\n.footer-content span {\r\n margin: 0 7px;\r\n}\r\n\r\n/*** Mobile Styling ***/\r\n\r\n@media all and (max-width:480px) {\r\n .image-with-text-overlay .et_pb_text_3 {\r\n /*padding: 50px 0 !important;*/\r\n padding: 0;\r\n }\r\n}\r\n\r\n@media all and (max-width:780px) {\r\n .image-with-text-overlay .et_pb_text_3 {\r\n /*padding: 80px 0;*/\r\n padding: 0;\r\n }\r\n}\r\n\r\n@media all and (max-width:980px) {\r\n .image-with-text-overlay .et_pb_text_3 {\r\n /*padding: 120px 0;*/\r\n padding: 0;\r\n }\r\n .et_pb_grid_item {\r\n width: auto !important;\r\nmargin-right: auto !important;\r\n margin-bottom: auto !important;\r\n }\r\n}\r\n\r\n@media all and (min-width:981px) {\r\n .image-with-text-overlay .et_pb_text_3 {\r\n /*padding: 160px 0;*/\r\n padding: 0;\r\n }\r\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-14 14:26:26','2019-02-14 14:26:26','',857,'http://02e3761.netsolhost.com/test/2019/02/14/857-revision-v1/',0,'revision','',0),(1227,1,'2019-02-14 15:07:38','2019-02-14 15:07:38','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Active States on Scroll ***/\\n\\n#et-secondary-nav li.current-item a { color: #ff0000 !important; }\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-14 15:07:38\"\n }\n}','','','trash','closed','closed','','63e378bc-e462-4f46-8036-54217bcd7271','','','2019-02-14 15:07:38','2019-02-14 15:07:38','',0,'http://02e3761.netsolhost.com/test/?p=1227',0,'customize_changeset','',0),(1228,1,'2019-02-14 15:07:39','2019-02-14 15:07:39','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Active States on Scroll ***/\n\n#et-secondary-nav li.current-item a { color: #ff0000 !important; }\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-14 15:07:39','2019-02-14 15:07:39','',857,'http://02e3761.netsolhost.com/test/2019/02/14/857-revision-v1/',0,'revision','',0),(1229,1,'2019-02-14 15:08:01','2019-02-14 15:08:01','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe class=\"map\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.13\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" admin_label=\"Thomas M. Carlson, AIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Lourdes Solera, FAIA, RID\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Craig Aquart, AIA, RID,\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"James W. Piersol, AIA, RIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\n<span class=\"note\">Please note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<span class=\"note\">* Please note that only a select few awards of recognition are shown above. </span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"clients\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 15:08:01','2019-02-14 15:08:01','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1231,1,'2019-02-14 15:09:19','2019-02-14 15:09:19','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Active States on Scroll ***/\\n\\n#et-secondary-menu li.current-item a { color: #ff0000 !important; }\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-14 15:09:19\"\n }\n}','','','trash','closed','closed','','57f0b920-bc89-4fd8-a98c-4a8aabbd35db','','','2019-02-14 15:09:19','2019-02-14 15:09:19','',0,'http://02e3761.netsolhost.com/test/2019/02/14/57f0b920-bc89-4fd8-a98c-4a8aabbd35db/',0,'customize_changeset','',0),(1232,1,'2019-02-14 15:09:19','2019-02-14 15:09:19','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Active States on Scroll ***/\n\n#et-secondary-menu li.current-item a { color: #ff0000 !important; }\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-14 15:09:19','2019-02-14 15:09:19','',857,'http://02e3761.netsolhost.com/test/2019/02/14/857-revision-v1/',0,'revision','',0),(1233,1,'2019-02-14 15:10:41','2019-02-14 15:10:41','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Active States on Scroll ***/\\n\\n#et-secondary-nav li.current-item a { color: #ff0000 !important; }\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-14 15:10:41\"\n }\n}','','','trash','closed','closed','','b1035e8c-fd81-43b4-98b0-0b1fd06bb53f','','','2019-02-14 15:10:41','2019-02-14 15:10:41','',0,'http://02e3761.netsolhost.com/test/2019/02/14/b1035e8c-fd81-43b4-98b0-0b1fd06bb53f/',0,'customize_changeset','',0),(1234,1,'2019-02-14 15:10:41','2019-02-14 15:10:41','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Active States on Scroll ***/\n\n#et-secondary-nav li.current-item a { color: #ff0000 !important; }\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-14 15:10:41','2019-02-14 15:10:41','',857,'http://02e3761.netsolhost.com/test/2019/02/14/857-revision-v1/',0,'revision','',0),(1235,1,'2019-02-14 15:11:01','2019-02-14 15:11:01','h1 {\r\n margin: 0 0 30px 0 !important;\r\n}\r\n\r\n#top-header {\r\n display: none;\r\n}\r\n\r\n#logo {margin: 20px 0;}\r\n\r\n#main-header {\r\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\r\n background-color: transparent;\r\n /*padding: 0 0 35px 0;*/\r\n}\r\n\r\n#main-header.et-fixed-header {\r\n background: #fff;\r\n}\r\n\r\nheader#main-header.et-fixed-header, #main-header{\r\n -webkit-box-shadow:none !important;\r\n -moz-box-shadow:none !important;\r\n box-shadow:none !important;\r\n}\r\n\r\nbody.home #et-main-area {\r\n margin-top: -98px;\r\n}\r\n\r\nbody.home {\r\n overflow-y: hidden;\r\n}\r\n\r\nbody.home #main-content {\r\n margin-top: -80px;\r\n}\r\n\r\nbody.home footer {\r\n display: none;\r\n}\r\n\r\nnav#top-menu-nav {\r\n float: right;\r\n}\r\n\r\n#top-menu a {\r\n text-transform: lowercase;\r\n font-weight: 700;\r\n /*text-shadow: 1px 1px 1px #171da5;\r\n font-size: 25px !important;*/\r\n}\r\n\r\n .ds-fw-slider .et_pb_slides .et_pb_container {\r\n display: flex;\r\n align-items: flex-end;\r\n width: 100%;\r\n min-width: 100%;\r\n }\r\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\r\n display: -webkit-box;\r\n display: -ms-flexbox;\r\n display: flex;\r\n padding: 2%;\r\n }\r\n .ds-fw-slider .et_pb_slide {\r\n padding: 0;\r\n min-height: 100vh;\r\n height: 100vh;\r\n }\r\n .ds-fw-slider .et_pb_slide_description {\r\n width: 100%;\r\n margin: 0;\r\n padding: 0;\r\n }\r\n\r\n#et-secondary-menu {\r\n display: none; \r\n clear: both;\r\n}\r\n\r\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\r\n display: block; \r\n clear: both;\r\n}\r\n\r\n#et-secondary-nav {\r\n float: left !important;\r\n}\r\n\r\n#et-secondary-nav li {\r\n float: left !important;\r\n}\r\n\r\n.office-links {\r\n display: none !important;\r\n}\r\n\r\nbody.page-id-15 .office-links {\r\n display: block !important;\r\n}\r\n\r\n.community-links {\r\n display: none !important;\r\n}\r\n\r\nbody.page-id-13 .community-links {\r\n display: block !important;\r\n}\r\n\r\n#team .et_pb_row {\r\n padding-top: 20px;\r\n}\r\n\r\n#employment .et_pb_row {\r\n padding-top: 20px;\r\n}\r\n\r\n.map {\r\n-webkit-filter: grayscale(100%);\r\n -moz-filter: grayscale(100%);\r\n -ms-filter: grayscale(100%);\r\n -o-filter: grayscale(100%);\r\n filter: grayscale(100%);\r\n}\r\n\r\n.note {\r\n color: #828282;\r\n font-style: italic;\r\n padding: 10px 0;\r\n line-height: 1.2em;\r\n}\r\n\r\n/* Image with text overlay */\r\n\r\n.image-with-text-overlay h1 {\r\n font-size: 60px !important;\r\n}\r\n\r\n.getinvolved {\r\n font-size: 18px;\r\n margin: 15px 0;\r\n}\r\n\r\n.getinvolved span {\r\n font-weight: 700;\r\n font-size: 20px;\r\n}\r\n\r\n.et_pb_grid_item {\r\n width: 32% !important;\r\nmargin-right: 21px !important;\r\n margin-bottom: 21px !important;\r\n}\r\n\r\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\r\n clear: none !important;\r\n}\r\n\r\n.last_in_row {\r\n margin-right: 0 !important;\r\n}\r\n\r\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\r\n border-top: 0 !important;\r\n}\r\n\r\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\r\n color: #5c92e5 !important;\r\n font-weight: bold;\r\n border: 0 !important;\r\n text-transform: lowercase;\r\n padding: 10px 0 10px 20px !important;\r\n}\r\n\r\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\r\ncolor: #171da5 !important;\r\n background: none;\r\n}\r\n\r\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\r\n background: none;\r\n color: #8db3ed !important;\r\n}\r\n\r\n.et_pb_portfolio_item{\r\n position: relative;\r\n}\r\n\r\n.et_pb_filterable_portfolio_0 .et_overlay {\r\n background-color: rgba(0,0,0,0.5) !important;\r\n border-color: transparent;\r\n}\r\n\r\n.et_pb_portfolio_item h2{ \r\n position: absolute;\r\n top:5%;\r\n left:7%;\r\n font-weight: 700;\r\n font-size: 30px;\r\n display:none;\r\n transform: translate3d(0px, 0px, 0px);\r\n transition: all 0.3s ease 0s;\r\n }\r\n.et_pb_portfolio_item:hover h2{\r\n display:block;\r\n z-index: 9999;\r\ncolor: #fff !important;\r\n}\r\n\r\n.et_pb_portfolio_item .post-meta {\r\n display: none;\r\n position: absolute;\r\n bottom:5%;\r\n left:7%;\r\n font-weight: 700;\r\n}\r\n\r\n.et_pb_portfolio_item:hover .post-meta {\r\n display: block;\r\n position: absolute;\r\n bottom:5%;\r\n left:7%;\r\n font-weight: 700;\r\n z-index: 9999;\r\ncolor: #fff !important;\r\n}\r\n\r\n.et_pb_slide {\r\n padding: 0;\r\n}\r\n\r\nbody.home .et-pb-arrow-next {\r\nopacity: 0;\r\nright: 22px;\r\n}\r\n\r\nbody.home .et-pb-arrow-prev{\r\nopacity: 0;\r\nleft: 22px;\r\n}\r\n\r\n.et-pb-arrow-next {\r\nopacity: 1;\r\nright: 22px;\r\n}\r\n\r\n.et-pb-arrow-prev{\r\nopacity: 1;\r\nleft: 22px;\r\n}\r\n\r\n.project-slide-section {\r\n padding: 0;\r\n}\r\n\r\n.et_pb_bg_layout_dark .et_pb_slide_description {\r\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\r\n}\r\n\r\n.project-slider div.et_pb_slide_content {\r\n position: absolute;\r\n bottom: 0;\r\n left: 0;\r\n width: 100%;\r\npadding: 10px 0;\r\nbackground: #fff;\r\ntext-align: center;\r\n}\r\n\r\n@media (min-width: 981px) {\r\n.et_pb_portfolio_filters {\r\nposition: fixed!important;\r\nz-index: 9999999!important;\r\nmargin-top: -35px!important;\r\nwidth: 1080px!important;\r\nbackground: #fff !important;\r\n}\r\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\r\npadding-top: 10px !important;\r\n}\r\n}\r\n\r\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\r\n float: right;\r\n}\r\n\r\n/* File Upload Section */\r\n\r\n.wpcf7-form label {\r\n display: none;\r\n}\r\n\r\n.wpcf7-text {display: none;}\r\n\r\n/* === Begin: Set the divi slider height === */\r\n\r\n/* Desktop */\r\n.project-slider .et_pb_slide .et_pb_container {\r\n height: auto !important;\r\n min-height: 500px !important;\r\n}\r\n/* Tablet */\r\n@media only screen and (min-width: 768px) and (max-width: 980px) {\r\n .project-slider .et_pb_slide .et_pb_container {\r\n height: auto !important;\r\n min-height: 500px !important;\r\n }\r\n}\r\n/* Phone */\r\n@media only screen and (max-width: 767px) {\r\n .project-slider .et_pb_slide .et_pb_container {\r\n height: auto !important;\r\n min-height: 500px !important;\r\n }\r\n}\r\n\r\n/* Handle padding */\r\n.project-slider .et_pb_slide {\r\n padding-bottom: 0px !important;\r\n}\r\n.project-slider div.et_pb_slide_description, \r\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\r\n padding-top: 1%;\r\n padding-bottom: 1%;\r\n}\r\n\r\n/* === End: Set divi slider height === */\r\n\r\ntable.responsive {\r\nborder-top: 3px solid #000;\r\n border-right: 0;\r\n border-bottom: 3px solid #000;\r\n border-left: 0;\r\n border-collapse: collapse;\r\nwidth: 100%;\r\n}\r\n\r\ntable.responsive th, table.responsive td {\r\npadding: 18px 8px;\r\ntext-align: left;\r\nborder-bottom: 1px solid #ddd;\r\n}\r\n\r\ntable.responsive tr {\r\n border-top: 3px solid #000;\r\n}\r\n\r\ntable.responsive tr:hover{background-color:#f5f5f5}\r\n\r\n/* Footer */\r\n\r\n#footer-widgets {\r\n padding: 0;\r\n}\r\n\r\n.footer-widget {\r\n float: none;\r\n text-align: center;\r\n margin: 0 auto;\r\n}\r\n\r\n.footer-widget .et_pb_widget {\r\n float: none !important;\r\n}\r\n\r\n.footer-content {\r\n margin: 0 auto;\r\n text-align: center;\r\n}\r\n\r\n#footer-widgets .footer-widget li {\r\n padding: 0 !important;\r\n}\r\n\r\n.footer-widget li::before {\r\n display: none;\r\n}\r\n\r\n.footer-content li {\r\n display: inline-block;\r\n margin: 0;\r\n}\r\n\r\n.footer-content li a {\r\n color: #7c7c7c;\r\n}\r\n\r\n.footer-content span {\r\n margin: 0 7px;\r\n}\r\n\r\n/*** Mobile Styling ***/\r\n\r\n@media all and (max-width:480px) {\r\n .image-with-text-overlay .et_pb_text_3 {\r\n /*padding: 50px 0 !important;*/\r\n padding: 0;\r\n }\r\n}\r\n\r\n@media all and (max-width:780px) {\r\n .image-with-text-overlay .et_pb_text_3 {\r\n /*padding: 80px 0;*/\r\n padding: 0;\r\n }\r\n}\r\n\r\n@media all and (max-width:980px) {\r\n .image-with-text-overlay .et_pb_text_3 {\r\n /*padding: 120px 0;*/\r\n padding: 0;\r\n }\r\n .et_pb_grid_item {\r\n width: auto !important;\r\nmargin-right: auto !important;\r\n margin-bottom: auto !important;\r\n }\r\n}\r\n\r\n@media all and (min-width:981px) {\r\n .image-with-text-overlay .et_pb_text_3 {\r\n /*padding: 160px 0;*/\r\n padding: 0;\r\n }\r\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-14 15:11:01','2019-02-14 15:11:01','',857,'http://02e3761.netsolhost.com/test/2019/02/14/857-revision-v1/',0,'revision','',0),(1236,1,'2019-02-14 15:13:31','2019-02-14 15:13:31','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Active States on Scroll ***/\\n\\n\\n#et-secondary-menu > ul > li.current-item a {\\n\\tcolor: #000 !important;\\n}\\n\\n#et-secondary-nav li.current-item a { color: #ff0000 !important; }\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-14 15:13:31\"\n }\n}','','','trash','closed','closed','','58d03dcd-5e4f-4bff-8cfb-dc26e3b5ce0b','','','2019-02-14 15:13:31','2019-02-14 15:13:31','',0,'http://02e3761.netsolhost.com/test/2019/02/14/58d03dcd-5e4f-4bff-8cfb-dc26e3b5ce0b/',0,'customize_changeset','',0),(1237,1,'2019-02-14 15:13:32','2019-02-14 15:13:32','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Active States on Scroll ***/\n\n\n#et-secondary-menu > ul > li.current-item a {\n color: #000 !important;\n}\n\n#et-secondary-nav li.current-item a { color: #ff0000 !important; }\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-14 15:13:32','2019-02-14 15:13:32','',857,'http://02e3761.netsolhost.com/test/2019/02/14/857-revision-v1/',0,'revision','',0),(1238,1,'2019-02-14 15:20:57','2019-02-14 15:20:57','h1 {\r\n margin: 0 0 30px 0 !important;\r\n}\r\n\r\n#top-header {\r\n display: none;\r\n}\r\n\r\n#logo {margin: 20px 0;}\r\n\r\n#main-header {\r\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\r\n background-color: transparent;\r\n /*padding: 0 0 35px 0;*/\r\n}\r\n\r\n#main-header.et-fixed-header {\r\n background: #fff;\r\n}\r\n\r\nheader#main-header.et-fixed-header, #main-header{\r\n -webkit-box-shadow:none !important;\r\n -moz-box-shadow:none !important;\r\n box-shadow:none !important;\r\n}\r\n\r\nbody.home #et-main-area {\r\n margin-top: -98px;\r\n}\r\n\r\nbody.home {\r\n overflow-y: hidden;\r\n}\r\n\r\nbody.home #main-content {\r\n margin-top: -80px;\r\n}\r\n\r\nbody.home footer {\r\n display: none;\r\n}\r\n\r\nnav#top-menu-nav {\r\n float: right;\r\n}\r\n\r\n#top-menu a {\r\n text-transform: lowercase;\r\n font-weight: 700;\r\n /*text-shadow: 1px 1px 1px #171da5;\r\n font-size: 25px !important;*/\r\n}\r\n\r\n .ds-fw-slider .et_pb_slides .et_pb_container {\r\n display: flex;\r\n align-items: flex-end;\r\n width: 100%;\r\n min-width: 100%;\r\n }\r\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\r\n display: -webkit-box;\r\n display: -ms-flexbox;\r\n display: flex;\r\n padding: 2%;\r\n }\r\n .ds-fw-slider .et_pb_slide {\r\n padding: 0;\r\n min-height: 100vh;\r\n height: 100vh;\r\n }\r\n .ds-fw-slider .et_pb_slide_description {\r\n width: 100%;\r\n margin: 0;\r\n padding: 0;\r\n }\r\n\r\n#et-secondary-menu {\r\n display: none; \r\n clear: both;\r\n}\r\n\r\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\r\n display: block; \r\n clear: both;\r\n}\r\n\r\n#et-secondary-nav {\r\n float: left !important;\r\n}\r\n\r\n#et-secondary-nav li {\r\n float: left !important;\r\n}\r\n\r\n.office-links {\r\n display: none !important;\r\n}\r\n\r\nbody.page-id-15 .office-links {\r\n display: block !important;\r\n}\r\n\r\n.community-links {\r\n display: none !important;\r\n}\r\n\r\nbody.page-id-13 .community-links {\r\n display: block !important;\r\n}\r\n\r\n#team .et_pb_row {\r\n padding-top: 20px;\r\n}\r\n\r\n#employment .et_pb_row {\r\n padding-top: 20px;\r\n}\r\n\r\n.map {\r\n-webkit-filter: grayscale(100%);\r\n -moz-filter: grayscale(100%);\r\n -ms-filter: grayscale(100%);\r\n -o-filter: grayscale(100%);\r\n filter: grayscale(100%);\r\n}\r\n\r\n.note {\r\n color: #828282;\r\n font-style: italic;\r\n padding: 10px 0;\r\n line-height: 1.2em;\r\n}\r\n\r\n/* Image with text overlay */\r\n\r\n.image-with-text-overlay h1 {\r\n font-size: 60px !important;\r\n}\r\n\r\n.getinvolved {\r\n font-size: 18px;\r\n margin: 15px 0;\r\n}\r\n\r\n.getinvolved span {\r\n font-weight: 700;\r\n font-size: 20px;\r\n}\r\n\r\n.et_pb_grid_item {\r\n width: 32% !important;\r\nmargin-right: 21px !important;\r\n margin-bottom: 21px !important;\r\n}\r\n\r\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\r\n clear: none !important;\r\n}\r\n\r\n.last_in_row {\r\n margin-right: 0 !important;\r\n}\r\n\r\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\r\n border-top: 0 !important;\r\n}\r\n\r\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\r\n color: #5c92e5 !important;\r\n font-weight: bold;\r\n border: 0 !important;\r\n text-transform: lowercase;\r\n padding: 10px 0 10px 20px !important;\r\n}\r\n\r\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\r\ncolor: #171da5 !important;\r\n background: none;\r\n}\r\n\r\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\r\n background: none;\r\n color: #8db3ed !important;\r\n}\r\n\r\n.et_pb_portfolio_item{\r\n position: relative;\r\n}\r\n\r\n.et_pb_filterable_portfolio_0 .et_overlay {\r\n background-color: rgba(0,0,0,0.5) !important;\r\n border-color: transparent;\r\n}\r\n\r\n.et_pb_portfolio_item h2{ \r\n position: absolute;\r\n top:5%;\r\n left:7%;\r\n font-weight: 700;\r\n font-size: 30px;\r\n display:none;\r\n transform: translate3d(0px, 0px, 0px);\r\n transition: all 0.3s ease 0s;\r\n }\r\n.et_pb_portfolio_item:hover h2{\r\n display:block;\r\n z-index: 9999;\r\ncolor: #fff !important;\r\n}\r\n\r\n.et_pb_portfolio_item .post-meta {\r\n display: none;\r\n position: absolute;\r\n bottom:5%;\r\n left:7%;\r\n font-weight: 700;\r\n}\r\n\r\n.et_pb_portfolio_item:hover .post-meta {\r\n display: block;\r\n position: absolute;\r\n bottom:5%;\r\n left:7%;\r\n font-weight: 700;\r\n z-index: 9999;\r\ncolor: #fff !important;\r\n}\r\n\r\n.et_pb_slide {\r\n padding: 0;\r\n}\r\n\r\nbody.home .et-pb-arrow-next {\r\nopacity: 0;\r\nright: 22px;\r\n}\r\n\r\nbody.home .et-pb-arrow-prev{\r\nopacity: 0;\r\nleft: 22px;\r\n}\r\n\r\n.et-pb-arrow-next {\r\nopacity: 1;\r\nright: 22px;\r\n}\r\n\r\n.et-pb-arrow-prev{\r\nopacity: 1;\r\nleft: 22px;\r\n}\r\n\r\n.project-slide-section {\r\n padding: 0;\r\n}\r\n\r\n.et_pb_bg_layout_dark .et_pb_slide_description {\r\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\r\n}\r\n\r\n.project-slider div.et_pb_slide_content {\r\n position: absolute;\r\n bottom: 0;\r\n left: 0;\r\n width: 100%;\r\npadding: 10px 0;\r\nbackground: #fff;\r\ntext-align: center;\r\n}\r\n\r\n@media (min-width: 981px) {\r\n.et_pb_portfolio_filters {\r\nposition: fixed!important;\r\nz-index: 9999999!important;\r\nmargin-top: -35px!important;\r\nwidth: 1080px!important;\r\nbackground: #fff !important;\r\n}\r\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\r\npadding-top: 10px !important;\r\n}\r\n}\r\n\r\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\r\n float: right;\r\n}\r\n\r\n/* File Upload Section */\r\n\r\n.wpcf7-form label {\r\n display: none;\r\n}\r\n\r\n.wpcf7-text {display: none;}\r\n\r\n/* === Begin: Set the divi slider height === */\r\n\r\n/* Desktop */\r\n.project-slider .et_pb_slide .et_pb_container {\r\n height: auto !important;\r\n min-height: 500px !important;\r\n}\r\n/* Tablet */\r\n@media only screen and (min-width: 768px) and (max-width: 980px) {\r\n .project-slider .et_pb_slide .et_pb_container {\r\n height: auto !important;\r\n min-height: 500px !important;\r\n }\r\n}\r\n/* Phone */\r\n@media only screen and (max-width: 767px) {\r\n .project-slider .et_pb_slide .et_pb_container {\r\n height: auto !important;\r\n min-height: 500px !important;\r\n }\r\n}\r\n\r\n/* Handle padding */\r\n.project-slider .et_pb_slide {\r\n padding-bottom: 0px !important;\r\n}\r\n.project-slider div.et_pb_slide_description, \r\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\r\n padding-top: 1%;\r\n padding-bottom: 1%;\r\n}\r\n\r\n/* === End: Set divi slider height === */\r\n\r\ntable.responsive {\r\nborder-top: 3px solid #000;\r\n border-right: 0;\r\n border-bottom: 3px solid #000;\r\n border-left: 0;\r\n border-collapse: collapse;\r\nwidth: 100%;\r\n}\r\n\r\ntable.responsive th, table.responsive td {\r\npadding: 18px 8px;\r\ntext-align: left;\r\nborder-bottom: 1px solid #ddd;\r\n}\r\n\r\ntable.responsive tr {\r\n border-top: 3px solid #000;\r\n}\r\n\r\ntable.responsive tr:hover{background-color:#f5f5f5}\r\n\r\n/* Footer */\r\n\r\n#footer-widgets {\r\n padding: 0;\r\n}\r\n\r\n.footer-widget {\r\n float: none;\r\n text-align: center;\r\n margin: 0 auto;\r\n}\r\n\r\n.footer-widget .et_pb_widget {\r\n float: none !important;\r\n}\r\n\r\n.footer-content {\r\n margin: 0 auto;\r\n text-align: center;\r\n}\r\n\r\n#footer-widgets .footer-widget li {\r\n padding: 0 !important;\r\n}\r\n\r\n.footer-widget li::before {\r\n display: none;\r\n}\r\n\r\n.footer-content li {\r\n display: inline-block;\r\n margin: 0;\r\n}\r\n\r\n.footer-content li a {\r\n color: #7c7c7c;\r\n}\r\n\r\n.footer-content span {\r\n margin: 0 7px;\r\n}\r\n\r\n/*** Mobile Styling ***/\r\n\r\n@media all and (max-width:480px) {\r\n .image-with-text-overlay .et_pb_text_3 {\r\n /*padding: 50px 0 !important;*/\r\n padding: 0;\r\n }\r\n}\r\n\r\n@media all and (max-width:780px) {\r\n .image-with-text-overlay .et_pb_text_3 {\r\n /*padding: 80px 0;*/\r\n padding: 0;\r\n }\r\n}\r\n\r\n@media all and (max-width:980px) {\r\n .image-with-text-overlay .et_pb_text_3 {\r\n /*padding: 120px 0;*/\r\n padding: 0;\r\n }\r\n .et_pb_grid_item {\r\n width: auto !important;\r\nmargin-right: auto !important;\r\n margin-bottom: auto !important;\r\n }\r\n}\r\n\r\n@media all and (min-width:981px) {\r\n .image-with-text-overlay .et_pb_text_3 {\r\n /*padding: 160px 0;*/\r\n padding: 0;\r\n }\r\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-14 15:20:57','2019-02-14 15:20:57','',857,'http://02e3761.netsolhost.com/test/2019/02/14/857-revision-v1/',0,'revision','',0),(1240,1,'2019-02-14 15:22:16','2019-02-14 15:22:16','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe class=\"map\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.13\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" admin_label=\"Thomas M. Carlson, AIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Lourdes Solera, FAIA, RID\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Craig Aquart, AIA, RID,\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"James W. Piersol, AIA, RIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\n<span class=\"note\">Please note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<span class=\"note\">* Please note that only a select few awards of recognition are shown above. </span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"clients\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_code _builder_version=\"3.19.13\" custom_css_main_element=\".page-section {|| height: 480px;|| width: 50%;|| margin-left: 35%;|| margin-top: 5%;|| padding: 3em;|| background: linear-gradient(45deg, #43cea2 10%, #185a9d 90%);|| color: white;|| box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.5);||}||||.navigation {|| position: fixed; || width: 30%;|| margin-left: 2%;|| background-color: #999;|| color: #fff;|| || &__link {|| display: block;|| color: #ddd; || text-decoration: none;|| padding: 1em;|| font-weight: 400;|| || &:hover {|| background-color: #aaa;|| }|| || &.active {|| color: white;|| background-color: rgba(0,0,0,0.1);|| }|| }||}\"]<nav class=\"navigation\" id=\"mainNav\"><!-- [et_pb_line_break_holder] --> <a class=\"navigation__link\" href=\"#1\">Section 1</a><!-- [et_pb_line_break_holder] --> <a class=\"navigation__link\" href=\"#2\">Section 2</a><!-- [et_pb_line_break_holder] --> <a class=\"navigation__link\" href=\"#3\">Section 3</a><!-- [et_pb_line_break_holder] --> <a class=\"navigation__link\" href=\"#4\">Section 4</a><!-- [et_pb_line_break_holder] --> <a class=\"navigation__link\" href=\"#5\">Section 5</a><!-- [et_pb_line_break_holder] --> <a class=\"navigation__link\" href=\"#6\">Section 6</a><!-- [et_pb_line_break_holder] --> <a class=\"navigation__link\" href=\"#7\">Section 7</a><!-- [et_pb_line_break_holder] --></nav><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><div class=\"page-section hero\" id=\"1\"><!-- [et_pb_line_break_holder] --> <h1>Smooth scroll, fixed jump menu with active class</h1><!-- [et_pb_line_break_holder] --></div><!-- [et_pb_line_break_holder] --><div class=\"page-section\" id=\"2\"><!-- [et_pb_line_break_holder] --> <h1>Section Two</h1><!-- [et_pb_line_break_holder] --></div><!-- [et_pb_line_break_holder] --><div class=\"page-section\" id=\"3\"><!-- [et_pb_line_break_holder] --> <h1>Section Three</h1><!-- [et_pb_line_break_holder] --></div><!-- [et_pb_line_break_holder] --><div class=\"page-section\" id=\"4\"><!-- [et_pb_line_break_holder] --> <h1>Section Four</h1><!-- [et_pb_line_break_holder] --></div><!-- [et_pb_line_break_holder] --><div class=\"page-section\" id=\"5\"><!-- [et_pb_line_break_holder] --> <h1>Section Five</h1><!-- [et_pb_line_break_holder] --></div><!-- [et_pb_line_break_holder] --><div class=\"page-section\" id=\"6\"><!-- [et_pb_line_break_holder] --> <h1>Section Six</h1><!-- [et_pb_line_break_holder] --></div><!-- [et_pb_line_break_holder] --><div class=\"page-section\" id=\"7\"><!-- [et_pb_line_break_holder] --> <h1>Section Seven</h1><!-- [et_pb_line_break_holder] --></div>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 15:22:16','2019-02-14 15:22:16','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1242,1,'2019-02-14 15:24:19','2019-02-14 15:24:19','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe class=\"map\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.13\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" admin_label=\"Thomas M. Carlson, AIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Lourdes Solera, FAIA, RID\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Craig Aquart, AIA, RID,\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"James W. Piersol, AIA, RIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\n<span class=\"note\">Please note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<span class=\"note\">* Please note that only a select few awards of recognition are shown above. </span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"clients\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 15:24:19','2019-02-14 15:24:19','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1244,1,'2019-02-14 15:26:00','2019-02-14 15:26:00','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Active States on Scroll ***/\\n\\n#et-secondary-menu > ul > li.current-item a {\\n\\tcolor: #000 !important;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-14 15:26:00\"\n }\n}','','','trash','closed','closed','','f274eb08-a2c4-47d2-b50d-4561a1caa0f8','','','2019-02-14 15:26:00','2019-02-14 15:26:00','',0,'http://02e3761.netsolhost.com/test/2019/02/14/f274eb08-a2c4-47d2-b50d-4561a1caa0f8/',0,'customize_changeset','',0),(1245,1,'2019-02-14 15:26:01','2019-02-14 15:26:01','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Active States on Scroll ***/\n\n#et-secondary-menu > ul > li.current-item a {\n color: #000 !important;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-14 15:26:01','2019-02-14 15:26:01','',857,'http://02e3761.netsolhost.com/test/2019/02/14/857-revision-v1/',0,'revision','',0),(1247,1,'2019-02-14 15:33:24','2019-02-14 15:33:24','h1 {\r\n margin: 0 0 30px 0 !important;\r\n}\r\n\r\n#top-header {\r\n display: none;\r\n}\r\n\r\n#logo {margin: 20px 0;}\r\n\r\n#main-header {\r\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\r\n background-color: transparent;\r\n /*padding: 0 0 35px 0;*/\r\n}\r\n\r\n#main-header.et-fixed-header {\r\n background: #fff;\r\n}\r\n\r\nheader#main-header.et-fixed-header, #main-header{\r\n -webkit-box-shadow:none !important;\r\n -moz-box-shadow:none !important;\r\n box-shadow:none !important;\r\n}\r\n\r\nbody.home #et-main-area {\r\n margin-top: -98px;\r\n}\r\n\r\nbody.home {\r\n overflow-y: hidden;\r\n}\r\n\r\nbody.home #main-content {\r\n margin-top: -80px;\r\n}\r\n\r\nbody.home footer {\r\n display: none;\r\n}\r\n\r\nnav#top-menu-nav {\r\n float: right;\r\n}\r\n\r\n#top-menu a {\r\n text-transform: lowercase;\r\n font-weight: 700;\r\n /*text-shadow: 1px 1px 1px #171da5;\r\n font-size: 25px !important;*/\r\n}\r\n\r\n .ds-fw-slider .et_pb_slides .et_pb_container {\r\n display: flex;\r\n align-items: flex-end;\r\n width: 100%;\r\n min-width: 100%;\r\n }\r\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\r\n display: -webkit-box;\r\n display: -ms-flexbox;\r\n display: flex;\r\n padding: 2%;\r\n }\r\n .ds-fw-slider .et_pb_slide {\r\n padding: 0;\r\n min-height: 100vh;\r\n height: 100vh;\r\n }\r\n .ds-fw-slider .et_pb_slide_description {\r\n width: 100%;\r\n margin: 0;\r\n padding: 0;\r\n }\r\n\r\n#et-secondary-menu {\r\n display: none; \r\n clear: both;\r\n}\r\n\r\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\r\n display: block; \r\n clear: both;\r\n}\r\n\r\n#et-secondary-nav {\r\n float: left !important;\r\n}\r\n\r\n#et-secondary-nav li {\r\n float: left !important;\r\n}\r\n\r\n.office-links {\r\n display: none !important;\r\n}\r\n\r\nbody.page-id-15 .office-links {\r\n display: block !important;\r\n}\r\n\r\n.community-links {\r\n display: none !important;\r\n}\r\n\r\nbody.page-id-13 .community-links {\r\n display: block !important;\r\n}\r\n\r\n#team .et_pb_row {\r\n padding-top: 20px;\r\n}\r\n\r\n#employment .et_pb_row {\r\n padding-top: 20px;\r\n}\r\n\r\n.map {\r\n-webkit-filter: grayscale(100%);\r\n -moz-filter: grayscale(100%);\r\n -ms-filter: grayscale(100%);\r\n -o-filter: grayscale(100%);\r\n filter: grayscale(100%);\r\n}\r\n\r\n.note {\r\n color: #828282;\r\n font-style: italic;\r\n padding: 10px 0;\r\n line-height: 1.2em;\r\n}\r\n\r\n/* Image with text overlay */\r\n\r\n.image-with-text-overlay h1 {\r\n font-size: 60px !important;\r\n}\r\n\r\n.getinvolved {\r\n font-size: 18px;\r\n margin: 15px 0;\r\n}\r\n\r\n.getinvolved span {\r\n font-weight: 700;\r\n font-size: 20px;\r\n}\r\n\r\n.et_pb_grid_item {\r\n width: 32% !important;\r\nmargin-right: 21px !important;\r\n margin-bottom: 21px !important;\r\n}\r\n\r\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\r\n clear: none !important;\r\n}\r\n\r\n.last_in_row {\r\n margin-right: 0 !important;\r\n}\r\n\r\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\r\n border-top: 0 !important;\r\n}\r\n\r\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\r\n color: #5c92e5 !important;\r\n font-weight: bold;\r\n border: 0 !important;\r\n text-transform: lowercase;\r\n padding: 10px 0 10px 20px !important;\r\n}\r\n\r\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\r\ncolor: #171da5 !important;\r\n background: none;\r\n}\r\n\r\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\r\n background: none;\r\n color: #8db3ed !important;\r\n}\r\n\r\n.et_pb_portfolio_item{\r\n position: relative;\r\n}\r\n\r\n.et_pb_filterable_portfolio_0 .et_overlay {\r\n background-color: rgba(0,0,0,0.5) !important;\r\n border-color: transparent;\r\n}\r\n\r\n.et_pb_portfolio_item h2{ \r\n position: absolute;\r\n top:5%;\r\n left:7%;\r\n font-weight: 700;\r\n font-size: 30px;\r\n display:none;\r\n transform: translate3d(0px, 0px, 0px);\r\n transition: all 0.3s ease 0s;\r\n }\r\n.et_pb_portfolio_item:hover h2{\r\n display:block;\r\n z-index: 9999;\r\ncolor: #fff !important;\r\n}\r\n\r\n.et_pb_portfolio_item .post-meta {\r\n display: none;\r\n position: absolute;\r\n bottom:5%;\r\n left:7%;\r\n font-weight: 700;\r\n}\r\n\r\n.et_pb_portfolio_item:hover .post-meta {\r\n display: block;\r\n position: absolute;\r\n bottom:5%;\r\n left:7%;\r\n font-weight: 700;\r\n z-index: 9999;\r\ncolor: #fff !important;\r\n}\r\n\r\n.et_pb_slide {\r\n padding: 0;\r\n}\r\n\r\nbody.home .et-pb-arrow-next {\r\nopacity: 0;\r\nright: 22px;\r\n}\r\n\r\nbody.home .et-pb-arrow-prev{\r\nopacity: 0;\r\nleft: 22px;\r\n}\r\n\r\n.et-pb-arrow-next {\r\nopacity: 1;\r\nright: 22px;\r\n}\r\n\r\n.et-pb-arrow-prev{\r\nopacity: 1;\r\nleft: 22px;\r\n}\r\n\r\n.project-slide-section {\r\n padding: 0;\r\n}\r\n\r\n.et_pb_bg_layout_dark .et_pb_slide_description {\r\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\r\n}\r\n\r\n.project-slider div.et_pb_slide_content {\r\n position: absolute;\r\n bottom: 0;\r\n left: 0;\r\n width: 100%;\r\npadding: 10px 0;\r\nbackground: #fff;\r\ntext-align: center;\r\n}\r\n\r\n@media (min-width: 981px) {\r\n.et_pb_portfolio_filters {\r\nposition: fixed!important;\r\nz-index: 9999999!important;\r\nmargin-top: -35px!important;\r\nwidth: 1080px!important;\r\nbackground: #fff !important;\r\n}\r\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\r\npadding-top: 10px !important;\r\n}\r\n}\r\n\r\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\r\n float: right;\r\n}\r\n\r\n/* File Upload Section */\r\n\r\n.wpcf7-form label {\r\n display: none;\r\n}\r\n\r\n.wpcf7-text {display: none;}\r\n\r\n/* === Begin: Set the divi slider height === */\r\n\r\n/* Desktop */\r\n.project-slider .et_pb_slide .et_pb_container {\r\n height: auto !important;\r\n min-height: 500px !important;\r\n}\r\n/* Tablet */\r\n@media only screen and (min-width: 768px) and (max-width: 980px) {\r\n .project-slider .et_pb_slide .et_pb_container {\r\n height: auto !important;\r\n min-height: 500px !important;\r\n }\r\n}\r\n/* Phone */\r\n@media only screen and (max-width: 767px) {\r\n .project-slider .et_pb_slide .et_pb_container {\r\n height: auto !important;\r\n min-height: 500px !important;\r\n }\r\n}\r\n\r\n/* Handle padding */\r\n.project-slider .et_pb_slide {\r\n padding-bottom: 0px !important;\r\n}\r\n.project-slider div.et_pb_slide_description, \r\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\r\n padding-top: 1%;\r\n padding-bottom: 1%;\r\n}\r\n\r\n/* === End: Set divi slider height === */\r\n\r\ntable.responsive {\r\nborder-top: 3px solid #000;\r\n border-right: 0;\r\n border-bottom: 3px solid #000;\r\n border-left: 0;\r\n border-collapse: collapse;\r\nwidth: 100%;\r\n}\r\n\r\ntable.responsive th, table.responsive td {\r\npadding: 18px 8px;\r\ntext-align: left;\r\nborder-bottom: 1px solid #ddd;\r\n}\r\n\r\ntable.responsive tr {\r\n border-top: 3px solid #000;\r\n}\r\n\r\ntable.responsive tr:hover{background-color:#f5f5f5}\r\n\r\n/* Footer */\r\n\r\n#footer-widgets {\r\n padding: 0;\r\n}\r\n\r\n.footer-widget {\r\n float: none;\r\n text-align: center;\r\n margin: 0 auto;\r\n}\r\n\r\n.footer-widget .et_pb_widget {\r\n float: none !important;\r\n}\r\n\r\n.footer-content {\r\n margin: 0 auto;\r\n text-align: center;\r\n}\r\n\r\n#footer-widgets .footer-widget li {\r\n padding: 0 !important;\r\n}\r\n\r\n.footer-widget li::before {\r\n display: none;\r\n}\r\n\r\n.footer-content li {\r\n display: inline-block;\r\n margin: 0;\r\n}\r\n\r\n.footer-content li a {\r\n color: #7c7c7c;\r\n}\r\n\r\n.footer-content span {\r\n margin: 0 7px;\r\n}\r\n\r\n/*** Mobile Styling ***/\r\n\r\n@media all and (max-width:480px) {\r\n .image-with-text-overlay .et_pb_text_3 {\r\n /*padding: 50px 0 !important;*/\r\n padding: 0;\r\n }\r\n}\r\n\r\n@media all and (max-width:780px) {\r\n .image-with-text-overlay .et_pb_text_3 {\r\n /*padding: 80px 0;*/\r\n padding: 0;\r\n }\r\n}\r\n\r\n@media all and (max-width:980px) {\r\n .image-with-text-overlay .et_pb_text_3 {\r\n /*padding: 120px 0;*/\r\n padding: 0;\r\n }\r\n .et_pb_grid_item {\r\n width: auto !important;\r\nmargin-right: auto !important;\r\n margin-bottom: auto !important;\r\n }\r\n}\r\n\r\n@media all and (min-width:981px) {\r\n .image-with-text-overlay .et_pb_text_3 {\r\n /*padding: 160px 0;*/\r\n padding: 0;\r\n }\r\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-14 15:33:24','2019-02-14 15:33:24','',857,'http://02e3761.netsolhost.com/test/2019/02/14/857-revision-v1/',0,'revision','',0),(1248,1,'2019-02-14 15:33:31','2019-02-14 15:33:31','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe class=\"map\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.13\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" admin_label=\"Thomas M. Carlson, AIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Lourdes Solera, FAIA, RID\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Craig Aquart, AIA, RID,\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"James W. Piersol, AIA, RIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\n<span class=\"note\">Please note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<span class=\"note\">* Please note that only a select few awards of recognition are shown above. </span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"clients\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_code _builder_version=\"3.19.13\" custom_css_main_element=\"body{|| background-color:#520000;font-size:17px;||}||||#maindiv{|| background:#F4F3E8 url(images/page_bg.png);||}||||#title h1 {|| text-align: right;font-weight: bold;font-size: 25px;margin: 0;color:#fff;||}||||.container {|| width: 1000px;margin: 0 auto;padding: 38px 0;||}||||#wrapper{ || margin:0px auto;||}||||#sidebar {|| width:250px;float:left;||}||||#content {|| width:720px;float:right;padding-left:12px;||}||||#title {|| width: 900px;height: 60px;float: right;||}||||.clear:after {|| visibility: hidden;display: block;content: %22%22;clear: both;height: 0;||}||||nav {|| width:213px;background-color:#030000;border: 2px solid #4F4D4D;padding:0 12px;||}||||nav.stickydiv {|| position: fixed;top: 0;z-index: 10000;margin-top:12px;||}||||nav ul {||list-style-type:none;margin:0;padding:0;||}||||nav li {||padding:5px 10px;||}||||nav li a {||color:#fff;font-weight:700;line-height: 25px;||}||||a{||text-decoration:none;||}||||.active {||color: #F99;text-decoration: none;||}||||p{||font-family:Verdana,Arial,Helvetica,sans-serif;||}||||footer p{|| color:#fff;||}||\"]<div id=\"maindiv\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <div class=\"container clear\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <div id=\"sidebar\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <div id=\"checkdiv\"></div><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <nav class=\"\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <ul><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <li><a href=\"#home\" class=\"active\">Home</a></li><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <li><a href=\"#webdesign\">Web Design</a></li><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <li><a href=\"#css\">CSS</a></li><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <li><a href=\"#tools\">Tools</a></li><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <li><a href=\"#tutorials\">Tutorials</a></li><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> </ul><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> </nav><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> </div> <!-- sidebar div end --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <div id=\"content\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <section id=\"home\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <h1>Home</h1><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <p><!-- Home Content Goes Here --></p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> </section><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <section id=\"webdesign\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <h1>Web Design</h1><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <p><!-- Web Design Content Goes Here --></p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> </section><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <section id=\"css\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <h1>CSS</h1><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <p><!-- CSS Content Goes Here --></p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> </section><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <section id=\"tools\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <h1>Tools</h1><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <p><!-- Tools Content Goes Here --> </p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> </section><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <section id=\"tutorials\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <h1>Tutorials</h1><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <p><!-- Tutorials Content Goes Here --></p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> </section><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> </div> <!-- contain div end --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> </div> <!-- container div end --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> </div><!-- maindiv end -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 15:33:31','2019-02-14 15:33:31','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1250,1,'2019-02-14 15:35:03','2019-02-14 15:35:03','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe class=\"map\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.13\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" admin_label=\"Thomas M. Carlson, AIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Lourdes Solera, FAIA, RID\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Craig Aquart, AIA, RID,\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"James W. Piersol, AIA, RIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\n<span class=\"note\">Please note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<span class=\"note\">* Please note that only a select few awards of recognition are shown above. </span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"clients\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_code _builder_version=\"3.19.13\"]<div id=\"maindiv\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <div class=\"container clear\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <div id=\"sidebar\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <div id=\"checkdiv\"></div><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <nav class=\"\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <ul><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <li><a href=\"#home\" class=\"active\">Home</a></li><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <li><a href=\"#webdesign\">Web Design</a></li><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <li><a href=\"#css\">CSS</a></li><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <li><a href=\"#tools\">Tools</a></li><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <li><a href=\"#tutorials\">Tutorials</a></li><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> </ul><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> </nav><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> </div> <!-- sidebar div end --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <div id=\"content\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <section id=\"home\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <h1>Home</h1><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <p><!-- Home Content Goes Here --></p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> </section><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <section id=\"webdesign\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <h1>Web Design</h1><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <p><!-- Web Design Content Goes Here --></p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> </section><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <section id=\"css\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <h1>CSS</h1><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <p><!-- CSS Content Goes Here --></p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> </section><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <section id=\"tools\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <h1>Tools</h1><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <p><!-- Tools Content Goes Here --> </p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> </section><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <section id=\"tutorials\"><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <h1>Tutorials</h1><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <p><!-- Tutorials Content Goes Here --></p><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> </section><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> </div> <!-- contain div end --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> </div> <!-- container div end --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> </div><!-- maindiv end -->[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 15:35:03','2019-02-14 15:35:03','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1251,1,'2019-02-14 15:35:32','2019-02-14 15:35:32','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Active States on Scroll ***/\\n\\n#et-secondary-menu > ul > li.current-item a {\\n\\tcolor: #000 !important;\\n}\\n\\n\\n\\n#maindiv{\\n background:#F4F3E8 url(images/page_bg.png);\\n}\\n\\n\\n.container {\\n width: 1000px;margin: 0 auto;padding: 38px 0;\\n}\\n\\n#wrapper{ \\n margin:0px auto;\\n}\\n\\n\\n#content {\\n width:720px;float:right;padding-left:12px;\\n}\\n\\n#title {\\n width: 900px;height: 60px;float: right;\\n}\\n\\n.clear:after {\\n visibility: hidden;display: block;content: \\\"\\\";clear: both;height: 0;\\n}\\n\\nnav {\\n width:213px;background-color:#030000;border: 2px solid #4F4D4D;padding:0 12px;\\n}\\n\\nnav.stickydiv {\\n position: fixed;top: 0;z-index: 10000;margin-top:12px;\\n}\\n\\nnav ul {\\nlist-style-type:none;margin:0;padding:0;\\n}\\n\\nnav li {\\npadding:5px 10px;\\n}\\n\\nnav li a {\\ncolor:#fff;font-weight:700;line-height: 25px;\\n}\\n\\na{\\ntext-decoration:none;\\n}\\n\\n.active {\\ncolor: #F99;text-decoration: none;\\n}\\n\\n\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-14 15:35:32\"\n }\n}','','','trash','closed','closed','','45686800-f3c4-4285-8bed-c42e2efe893d','','','2019-02-14 15:35:32','2019-02-14 15:35:32','',0,'http://02e3761.netsolhost.com/test/?p=1251',0,'customize_changeset','',0),(1252,1,'2019-02-14 15:35:32','2019-02-14 15:35:32','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Active States on Scroll ***/\n\n#et-secondary-menu > ul > li.current-item a {\n color: #000 !important;\n}\n\n\n\n#maindiv{\n background:#F4F3E8 url(images/page_bg.png);\n}\n\n\n.container {\n width: 1000px;margin: 0 auto;padding: 38px 0;\n}\n\n#wrapper{ \n margin:0px auto;\n}\n\n\n#content {\n width:720px;float:right;padding-left:12px;\n}\n\n#title {\n width: 900px;height: 60px;float: right;\n}\n\n.clear:after {\n visibility: hidden;display: block;content: \"\";clear: both;height: 0;\n}\n\nnav {\n width:213px;background-color:#030000;border: 2px solid #4F4D4D;padding:0 12px;\n}\n\nnav.stickydiv {\n position: fixed;top: 0;z-index: 10000;margin-top:12px;\n}\n\nnav ul {\nlist-style-type:none;margin:0;padding:0;\n}\n\nnav li {\npadding:5px 10px;\n}\n\nnav li a {\ncolor:#fff;font-weight:700;line-height: 25px;\n}\n\na{\ntext-decoration:none;\n}\n\n.active {\ncolor: #F99;text-decoration: none;\n}\n\n\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-14 15:35:32','2019-02-14 15:35:32','',857,'http://02e3761.netsolhost.com/test/2019/02/14/857-revision-v1/',0,'revision','',0),(1253,1,'2019-02-14 15:36:17','2019-02-14 15:36:17','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px !important;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Active States on Scroll ***/\\n\\n#et-secondary-menu > ul > li.current-item a {\\n\\tcolor: #000 !important;\\n}\\n\\n\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-14 15:36:17\"\n }\n}','','','trash','closed','closed','','1ae89c7d-bd5a-49d7-b722-467553c90886','','','2019-02-14 15:36:17','2019-02-14 15:36:17','',0,'http://02e3761.netsolhost.com/test/2019/02/14/1ae89c7d-bd5a-49d7-b722-467553c90886/',0,'customize_changeset','',0),(1254,1,'2019-02-14 15:36:18','2019-02-14 15:36:18','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px !important;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Active States on Scroll ***/\n\n#et-secondary-menu > ul > li.current-item a {\n color: #000 !important;\n}\n\n\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-14 15:36:18','2019-02-14 15:36:18','',857,'http://02e3761.netsolhost.com/test/2019/02/14/857-revision-v1/',0,'revision','',0),(1255,1,'2019-02-14 15:36:45','2019-02-14 15:36:45','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe class=\"map\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.13\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" admin_label=\"Thomas M. Carlson, AIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Lourdes Solera, FAIA, RID\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Craig Aquart, AIA, RID,\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"James W. Piersol, AIA, RIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\n<span class=\"note\">Please note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<span class=\"note\">* Please note that only a select few awards of recognition are shown above. </span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"clients\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-14 15:36:45','2019-02-14 15:36:45','',15,'http://02e3761.netsolhost.com/test/2019/02/14/15-revision-v1/',0,'revision','',0),(1257,1,'2019-02-14 15:36:55','2019-02-14 15:36:55','h1 {\r\n margin: 0 0 30px 0 !important;\r\n}\r\n\r\n#top-header {\r\n display: none;\r\n}\r\n\r\n#logo {margin: 20px 0;}\r\n\r\n#main-header {\r\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\r\n background-color: transparent;\r\n /*padding: 0 0 35px 0;*/\r\n}\r\n\r\n#main-header.et-fixed-header {\r\n background: #fff;\r\n}\r\n\r\nheader#main-header.et-fixed-header, #main-header{\r\n -webkit-box-shadow:none !important;\r\n -moz-box-shadow:none !important;\r\n box-shadow:none !important;\r\n}\r\n\r\nbody.home #et-main-area {\r\n margin-top: -98px;\r\n}\r\n\r\nbody.home {\r\n overflow-y: hidden;\r\n}\r\n\r\nbody.home #main-content {\r\n margin-top: -80px;\r\n}\r\n\r\nbody.home footer {\r\n display: none;\r\n}\r\n\r\nnav#top-menu-nav {\r\n float: right;\r\n}\r\n\r\n#top-menu a {\r\n text-transform: lowercase;\r\n font-weight: 700;\r\n /*text-shadow: 1px 1px 1px #171da5;\r\n font-size: 25px !important;*/\r\n}\r\n\r\n .ds-fw-slider .et_pb_slides .et_pb_container {\r\n display: flex;\r\n align-items: flex-end;\r\n width: 100%;\r\n min-width: 100%;\r\n }\r\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\r\n display: -webkit-box;\r\n display: -ms-flexbox;\r\n display: flex;\r\n padding: 2%;\r\n }\r\n .ds-fw-slider .et_pb_slide {\r\n padding: 0;\r\n min-height: 100vh;\r\n height: 100vh;\r\n }\r\n .ds-fw-slider .et_pb_slide_description {\r\n width: 100%;\r\n margin: 0;\r\n padding: 0;\r\n }\r\n\r\n#et-secondary-menu {\r\n display: none; \r\n clear: both;\r\n}\r\n\r\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\r\n display: block; \r\n clear: both;\r\n}\r\n\r\n#et-secondary-nav {\r\n float: left !important;\r\n}\r\n\r\n#et-secondary-nav li {\r\n float: left !important;\r\n}\r\n\r\n.office-links {\r\n display: none !important;\r\n}\r\n\r\nbody.page-id-15 .office-links {\r\n display: block !important;\r\n}\r\n\r\n.community-links {\r\n display: none !important;\r\n}\r\n\r\nbody.page-id-13 .community-links {\r\n display: block !important;\r\n}\r\n\r\n#team .et_pb_row {\r\n padding-top: 20px;\r\n}\r\n\r\n#employment .et_pb_row {\r\n padding-top: 20px;\r\n}\r\n\r\n.map {\r\n-webkit-filter: grayscale(100%);\r\n -moz-filter: grayscale(100%);\r\n -ms-filter: grayscale(100%);\r\n -o-filter: grayscale(100%);\r\n filter: grayscale(100%);\r\n}\r\n\r\n.note {\r\n color: #828282;\r\n font-style: italic;\r\n padding: 10px 0;\r\n line-height: 1.2em;\r\n}\r\n\r\n/* Image with text overlay */\r\n\r\n.image-with-text-overlay h1 {\r\n font-size: 60px !important;\r\n}\r\n\r\n.getinvolved {\r\n font-size: 18px;\r\n margin: 15px 0;\r\n}\r\n\r\n.getinvolved span {\r\n font-weight: 700;\r\n font-size: 20px;\r\n}\r\n\r\n.et_pb_grid_item {\r\n width: 32% !important;\r\nmargin-right: 21px !important;\r\n margin-bottom: 21px !important;\r\n}\r\n\r\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\r\n clear: none !important;\r\n}\r\n\r\n.last_in_row {\r\n margin-right: 0 !important;\r\n}\r\n\r\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\r\n border-top: 0 !important;\r\n}\r\n\r\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\r\n color: #5c92e5 !important;\r\n font-weight: bold;\r\n border: 0 !important;\r\n text-transform: lowercase;\r\n padding: 10px 0 10px 20px !important;\r\n}\r\n\r\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\r\ncolor: #171da5 !important;\r\n background: none;\r\n}\r\n\r\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\r\n background: none;\r\n color: #8db3ed !important;\r\n}\r\n\r\n.et_pb_portfolio_item{\r\n position: relative;\r\n}\r\n\r\n.et_pb_filterable_portfolio_0 .et_overlay {\r\n background-color: rgba(0,0,0,0.5) !important;\r\n border-color: transparent;\r\n}\r\n\r\n.et_pb_portfolio_item h2{ \r\n position: absolute;\r\n top:5%;\r\n left:7%;\r\n font-weight: 700;\r\n font-size: 30px;\r\n display:none;\r\n transform: translate3d(0px, 0px, 0px);\r\n transition: all 0.3s ease 0s;\r\n }\r\n.et_pb_portfolio_item:hover h2{\r\n display:block;\r\n z-index: 9999;\r\ncolor: #fff !important;\r\n}\r\n\r\n.et_pb_portfolio_item .post-meta {\r\n display: none;\r\n position: absolute;\r\n bottom:5%;\r\n left:7%;\r\n font-weight: 700;\r\n}\r\n\r\n.et_pb_portfolio_item:hover .post-meta {\r\n display: block;\r\n position: absolute;\r\n bottom:5%;\r\n left:7%;\r\n font-weight: 700;\r\n z-index: 9999;\r\ncolor: #fff !important;\r\n}\r\n\r\n.et_pb_slide {\r\n padding: 0;\r\n}\r\n\r\nbody.home .et-pb-arrow-next {\r\nopacity: 0;\r\nright: 22px;\r\n}\r\n\r\nbody.home .et-pb-arrow-prev{\r\nopacity: 0;\r\nleft: 22px;\r\n}\r\n\r\n.et-pb-arrow-next {\r\nopacity: 1;\r\nright: 22px;\r\n}\r\n\r\n.et-pb-arrow-prev{\r\nopacity: 1;\r\nleft: 22px;\r\n}\r\n\r\n.project-slide-section {\r\n padding: 0;\r\n}\r\n\r\n.et_pb_bg_layout_dark .et_pb_slide_description {\r\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\r\n}\r\n\r\n.project-slider div.et_pb_slide_content {\r\n position: absolute;\r\n bottom: 0;\r\n left: 0;\r\n width: 100%;\r\npadding: 10px 0;\r\nbackground: #fff;\r\ntext-align: center;\r\n}\r\n\r\n@media (min-width: 981px) {\r\n.et_pb_portfolio_filters {\r\nposition: fixed!important;\r\nz-index: 9999999!important;\r\nmargin-top: -35px!important;\r\nwidth: 1080px!important;\r\nbackground: #fff !important;\r\n}\r\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\r\npadding-top: 10px !important;\r\n}\r\n}\r\n\r\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\r\n float: right;\r\n}\r\n\r\n/* File Upload Section */\r\n\r\n.wpcf7-form label {\r\n display: none;\r\n}\r\n\r\n.wpcf7-text {display: none;}\r\n\r\n/* === Begin: Set the divi slider height === */\r\n\r\n/* Desktop */\r\n.project-slider .et_pb_slide .et_pb_container {\r\n height: auto !important;\r\n min-height: 500px !important;\r\n}\r\n/* Tablet */\r\n@media only screen and (min-width: 768px) and (max-width: 980px) {\r\n .project-slider .et_pb_slide .et_pb_container {\r\n height: auto !important;\r\n min-height: 500px !important;\r\n }\r\n}\r\n/* Phone */\r\n@media only screen and (max-width: 767px) {\r\n .project-slider .et_pb_slide .et_pb_container {\r\n height: auto !important;\r\n min-height: 500px !important;\r\n }\r\n}\r\n\r\n/* Handle padding */\r\n.project-slider .et_pb_slide {\r\n padding-bottom: 0px !important;\r\n}\r\n.project-slider div.et_pb_slide_description, \r\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\r\n padding-top: 1%;\r\n padding-bottom: 1%;\r\n}\r\n\r\n/* === End: Set divi slider height === */\r\n\r\ntable.responsive {\r\nborder-top: 3px solid #000;\r\n border-right: 0;\r\n border-bottom: 3px solid #000;\r\n border-left: 0;\r\n border-collapse: collapse;\r\nwidth: 100%;\r\n}\r\n\r\ntable.responsive th, table.responsive td {\r\npadding: 18px 8px;\r\ntext-align: left;\r\nborder-bottom: 1px solid #ddd;\r\n}\r\n\r\ntable.responsive tr {\r\n border-top: 3px solid #000;\r\n}\r\n\r\ntable.responsive tr:hover{background-color:#f5f5f5}\r\n\r\n/* Footer */\r\n\r\n#footer-widgets {\r\n padding: 0;\r\n}\r\n\r\n.footer-widget {\r\n float: none;\r\n text-align: center;\r\n margin: 0 auto;\r\n}\r\n\r\n.footer-widget .et_pb_widget {\r\n float: none !important;\r\n}\r\n\r\n.footer-content {\r\n margin: 0 auto;\r\n text-align: center;\r\n}\r\n\r\n#footer-widgets .footer-widget li {\r\n padding: 0 !important;\r\n}\r\n\r\n.footer-widget li::before {\r\n display: none;\r\n}\r\n\r\n.footer-content li {\r\n display: inline-block;\r\n margin: 0;\r\n}\r\n\r\n.footer-content li a {\r\n color: #7c7c7c;\r\n}\r\n\r\n.footer-content span {\r\n margin: 0 7px;\r\n}\r\n\r\n/*** Mobile Styling ***/\r\n\r\n@media all and (max-width:480px) {\r\n .image-with-text-overlay .et_pb_text_3 {\r\n /*padding: 50px 0 !important;*/\r\n padding: 0;\r\n }\r\n}\r\n\r\n@media all and (max-width:780px) {\r\n .image-with-text-overlay .et_pb_text_3 {\r\n /*padding: 80px 0;*/\r\n padding: 0;\r\n }\r\n}\r\n\r\n@media all and (max-width:980px) {\r\n .image-with-text-overlay .et_pb_text_3 {\r\n /*padding: 120px 0;*/\r\n padding: 0;\r\n }\r\n .et_pb_grid_item {\r\n width: auto !important;\r\nmargin-right: auto !important;\r\n margin-bottom: auto !important;\r\n }\r\n}\r\n\r\n@media all and (min-width:981px) {\r\n .image-with-text-overlay .et_pb_text_3 {\r\n /*padding: 160px 0;*/\r\n padding: 0;\r\n }\r\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-14 15:36:55','2019-02-14 15:36:55','',857,'http://02e3761.netsolhost.com/test/2019/02/14/857-revision-v1/',0,'revision','',0),(1259,1,'2019-02-15 10:41:38','2019-02-15 10:41:38','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\" module_id=\"community\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" module_id=\"bam\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\" module_id=\"wia\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.3\" background_color=\"#b7b7b7\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\" module_id=\"festivalofthetrees\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/0.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\" module_id=\"advocatingforarchitects\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-15 10:41:38','2019-02-15 10:41:38','',13,'http://02e3761.netsolhost.com/test/2019/02/15/13-revision-v1/',0,'revision','',0),(1262,1,'2019-02-15 10:44:28','2019-02-15 10:44:28','[et_pb_section fb_built=\"1\" module_id=\"community\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.3\"]<ul class=\"anchor-links\"><!-- [et_pb_line_break_holder] --> <li><a href=\"#profile\">Community</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#contact\">BAM</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#team\">WIA</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#employment\">Festival Of The Trees</a></li><!-- [et_pb_line_break_holder] --> <li><a href=\"#awards\">Advocating For Architects</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.13\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"festivalofthetrees\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/0.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-15 10:44:28','2019-02-15 10:44:28','',13,'http://02e3761.netsolhost.com/test/2019/02/15/13-revision-v1/',0,'revision','',0),(1265,1,'2019-02-15 10:54:56','2019-02-15 10:54:56','[et_pb_section fb_built=\"1\" module_id=\"community\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.13\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"festivalofthetrees\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/0.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-15 10:54:56','2019-02-15 10:54:56','',13,'http://02e3761.netsolhost.com/test/2019/02/15/13-revision-v1/',0,'revision','',0),(1268,1,'2019-02-15 11:00:04','2019-02-15 11:00:04','[et_pb_section fb_built=\"1\" module_id=\"community\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\" admin_label=\"Community\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\" admin_label=\"BAM\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\" admin_label=\"WIA\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.13\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"festivalofthetrees\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\" admin_label=\"Festival of the Trees\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/0.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\" admin_label=\"Advocating for Architects\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-15 11:00:04','2019-02-15 11:00:04','',13,'http://02e3761.netsolhost.com/test/2019/02/15/13-revision-v1/',0,'revision','',0),(1270,1,'2019-02-15 11:09:23','2019-02-15 11:09:23','[et_pb_section fb_built=\"1\" admin_label=\"Community\" module_id=\"community\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BAM\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"WIA\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.13\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Festival of the Trees\" module_id=\"festivalofthetrees\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/0.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Advocating for Architects\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-15 11:09:23','2019-02-15 11:09:23','',13,'http://02e3761.netsolhost.com/test/2019/02/15/13-revision-v1/',0,'revision','',0),(1273,1,'2019-02-18 10:07:39','2019-02-18 10:07:39','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 10:07:39\"\n }\n}','','','trash','closed','closed','','69cd7bb0-4c49-4de2-a860-4c0ca6c1222f','','','2019-02-18 10:07:39','2019-02-18 10:07:39','',0,'http://02e3761.netsolhost.com/test/?p=1273',0,'customize_changeset','',0),(1274,1,'2019-02-18 10:07:40','2019-02-18 10:07:40','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 10:07:40','2019-02-18 10:07:40','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1275,1,'2019-02-18 10:08:58','2019-02-18 10:08:58','[et_pb_section fb_built=\"1\" admin_label=\"Community\" module_id=\"community\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BAM\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\" text_font=\"||||||||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"WIA\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.13\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Festival of the Trees\" module_id=\"festivalofthetrees\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/0.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Advocating for Architects\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-18 10:08:58','2019-02-18 10:08:58','',13,'http://02e3761.netsolhost.com/test/2019/02/18/13-revision-v1/',0,'revision','',0),(1277,1,'2019-02-18 10:10:41','2019-02-18 10:10:41','[et_pb_section fb_built=\"1\" admin_label=\"Community\" module_id=\"community\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BAM\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"WIA\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.13\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Festival of the Trees\" module_id=\"festivalofthetrees\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/0.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Advocating for Architects\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-18 10:10:41','2019-02-18 10:10:41','',13,'http://02e3761.netsolhost.com/test/2019/02/18/13-revision-v1/',0,'revision','',0),(1280,1,'2019-02-18 10:13:47','2019-02-18 10:13:47','[et_pb_section fb_built=\"1\" admin_label=\"Community\" module_id=\"community\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.13\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\" padding_top_1=\"140px\" padding_bottom_1=\"120px\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BAM\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"WIA\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.13\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Festival of the Trees\" module_id=\"festivalofthetrees\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/0.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Advocating for Architects\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-18 10:13:47','2019-02-18 10:13:47','',13,'http://02e3761.netsolhost.com/test/2019/02/18/13-revision-v1/',0,'revision','',0),(1283,1,'2019-02-18 10:16:07','2019-02-18 10:16:07','[et_pb_section fb_built=\"1\" admin_label=\"Community\" module_id=\"community\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row padding_top_1=\"140px\" padding_bottom_1=\"120px\" _builder_version=\"3.19.13\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"||\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BAM\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"WIA\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.13\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Festival of the Trees\" module_id=\"festivalofthetrees\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/0.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Advocating for Architects\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" header_text_shadow_style=\"preset1\" header_text_shadow_horizontal_length=\"-0.09em\" header_text_shadow_blur_strength=\"0.04em\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-18 10:16:07','2019-02-18 10:16:07','',13,'http://02e3761.netsolhost.com/test/2019/02/18/13-revision-v1/',0,'revision','',0),(1286,1,'2019-02-18 10:21:03','2019-02-18 10:21:03','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n.et_pb_row {\\n\\tpadding: 0 !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 10:20:58\"\n }\n}','','','trash','closed','closed','','be2a3210-c658-4513-8931-aed4ade87a49','','','2019-02-18 10:21:03','2019-02-18 10:21:03','',0,'http://02e3761.netsolhost.com/test/?p=1286',0,'customize_changeset','',0),(1287,1,'2019-02-18 10:21:04','2019-02-18 10:21:04','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n.et_pb_row {\n padding: 0 !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 10:21:04','2019-02-18 10:21:04','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1288,1,'2019-02-18 10:22:04','2019-02-18 10:22:04','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n.et_pb_row {\\n\\tpadding: 27px 0 !important;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 10:22:04\"\n }\n}','','','trash','closed','closed','','21ec9e81-451d-4958-bf88-a23836d6f2ca','','','2019-02-18 10:22:04','2019-02-18 10:22:04','',0,'http://02e3761.netsolhost.com/test/2019/02/18/21ec9e81-451d-4958-bf88-a23836d6f2ca/',0,'customize_changeset','',0),(1289,1,'2019-02-18 10:22:04','2019-02-18 10:22:04','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n.et_pb_row {\n padding: 27px 0 !important;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 10:22:04','2019-02-18 10:22:04','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1290,1,'2019-02-18 10:22:45','2019-02-18 10:22:45','[et_pb_section fb_built=\"1\" admin_label=\"Community\" module_id=\"community\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row padding_top_1=\"140px\" padding_bottom_1=\"120px\" _builder_version=\"3.19.13\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"||\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BAM\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"WIA\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.13\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Festival of the Trees\" module_id=\"festivalofthetrees\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/0.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Advocating for Architects\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-18 10:22:45','2019-02-18 10:22:45','',13,'http://02e3761.netsolhost.com/test/2019/02/18/13-revision-v1/',0,'revision','',0),(1292,1,'2019-02-18 10:23:32','2019-02-18 10:23:32','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 10:23:32\"\n }\n}','','','trash','closed','closed','','2ce3670a-7311-4534-a889-46bcb5de9409','','','2019-02-18 10:23:32','2019-02-18 10:23:32','',0,'http://02e3761.netsolhost.com/test/2019/02/18/2ce3670a-7311-4534-a889-46bcb5de9409/',0,'customize_changeset','',0),(1293,1,'2019-02-18 10:23:32','2019-02-18 10:23:32','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 10:23:32','2019-02-18 10:23:32','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1294,1,'2019-02-18 10:25:32','2019-02-18 10:25:32','[et_pb_section fb_built=\"1\" admin_label=\"Community\" module_id=\"community\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.13\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"||\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BAM\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"WIA\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.13\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Festival of the Trees\" module_id=\"festivalofthetrees\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/0.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Advocating for Architects\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-18 10:25:32','2019-02-18 10:25:32','',13,'http://02e3761.netsolhost.com/test/2019/02/18/13-revision-v1/',0,'revision','',0),(1297,1,'2019-02-18 10:28:37','2019-02-18 10:28:37','[et_pb_section fb_built=\"1\" admin_label=\"Community\" module_id=\"community\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.13\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\" padding_top_1=\"140px\" padding_bottom_1=\"120px\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"||\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BAM\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"WIA\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.13\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Festival of the Trees\" module_id=\"festivalofthetrees\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/0.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Advocating for Architects\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-18 10:28:37','2019-02-18 10:28:37','',13,'http://02e3761.netsolhost.com/test/2019/02/18/13-revision-v1/',0,'revision','',0),(1298,1,'2019-02-18 10:30:07','2019-02-18 10:30:07','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe class=\"map\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.13\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" admin_label=\"Thomas M. Carlson, AIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Lourdes Solera, FAIA, RID\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Craig Aquart, AIA, RID,\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"James W. Piersol, AIA, RIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\n<span class=\"note\">Please note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Awards Section\" module_id=\"awards\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<span class=\"note\">* Please note that only a select few awards of recognition are shown above. </span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"clients\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','office-test-layout','','publish','closed','closed','','office-test-layout','','','2019-02-18 10:30:07','2019-02-18 10:30:07','',0,'http://02e3761.netsolhost.com/test/et_pb_layout/office-test-layout/',0,'et_pb_layout','',0),(1299,1,'2019-02-18 10:31:55','2019-02-18 10:31:55','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Community\" module_id=\"community\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row padding_top_1=\"140px\" padding_bottom_1=\"120px\" _builder_version=\"3.19.13\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"||\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BAM\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"WIA\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.13\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Festival of the Trees\" module_id=\"festivalofthetrees\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/0.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Advocating for Architects\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-18 10:31:55','2019-02-18 10:31:55','',13,'http://02e3761.netsolhost.com/test/2019/02/18/13-revision-v1/',0,'revision','',0),(1302,1,'2019-02-18 10:34:06','2019-02-18 10:34:06','[et_pb_section fb_built=\"1\" admin_label=\"Community Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Community\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Community\" module_id=\"community\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row padding_top_1=\"140px\" padding_bottom_1=\"120px\" _builder_version=\"3.19.13\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"||\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BAM\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"WIA\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.13\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Festival of the Trees\" module_id=\"festivalofthetrees\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/0.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Advocating for Architects\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-18 10:34:06','2019-02-18 10:34:06','',13,'http://02e3761.netsolhost.com/test/2019/02/18/13-revision-v1/',0,'revision','',0),(1305,1,'2019-02-18 10:35:33','2019-02-18 10:35:33','[et_pb_section fb_built=\"1\" admin_label=\"Community Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Community\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BAM\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"WIA\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.13\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Festival of the Trees\" module_id=\"festivalofthetrees\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/0.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Advocating for Architects\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-18 10:35:33','2019-02-18 10:35:33','',13,'http://02e3761.netsolhost.com/test/2019/02/18/13-revision-v1/',0,'revision','',0),(1307,1,'2019-02-18 11:05:49','2019-02-18 11:05:49','[et_pb_section fb_built=\"1\" admin_label=\"Community Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Community\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BAM\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"WIA\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.13\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Festival of the Trees\" module_id=\"festivalofthetrees\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/0.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Advocating for Architects\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-18 11:05:49','2019-02-18 11:05:49','',13,'http://02e3761.netsolhost.com/test/2019/02/18/13-revision-v1/',0,'revision','',0),(1309,1,'2019-02-18 11:09:07','2019-02-18 11:09:07','[et_pb_section fb_built=\"1\" admin_label=\"Community Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Community\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BAM\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.13\" padding_bottom_1=\"27px\" padding_bottom_2=\"27px\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"WIA\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.13\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Festival of the Trees\" module_id=\"festivalofthetrees\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/0.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Advocating for Architects\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-18 11:09:07','2019-02-18 11:09:07','',13,'http://02e3761.netsolhost.com/test/2019/02/18/13-revision-v1/',0,'revision','',0),(1312,1,'2019-02-18 11:11:35','2019-02-18 11:11:35','[et_pb_section fb_built=\"1\" admin_label=\"Community Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Community\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BAM\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"WIA\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.13\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Festival of the Trees\" module_id=\"festivalofthetrees\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/0.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Advocating for Architects\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-18 11:11:35','2019-02-18 11:11:35','',13,'http://02e3761.netsolhost.com/test/2019/02/18/13-revision-v1/',0,'revision','',0),(1315,1,'2019-02-18 11:15:46','2019-02-18 11:15:46','[et_pb_section fb_built=\"1\" admin_label=\"Community Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Community\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BAM\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Black Architects in the Making\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"WIA\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.13\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Festival of the Trees\" module_id=\"festivalofthetrees\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/0.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Advocating for Architects\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-18 11:15:46','2019-02-18 11:15:46','',13,'http://02e3761.netsolhost.com/test/2019/02/18/13-revision-v1/',0,'revision','',0),(1317,1,'2019-02-18 11:17:54','2019-02-18 11:17:54','[et_pb_section fb_built=\"1\" admin_label=\"Community Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Community\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BAM\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Black Architects in the Making\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"WIA\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Women in Architecture\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||\" _builder_version=\"3.19.13\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Festival of the Trees\" module_id=\"festivalofthetrees\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/0.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Advocating for Architects\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-18 11:17:54','2019-02-18 11:17:54','',13,'http://02e3761.netsolhost.com/test/2019/02/18/13-revision-v1/',0,'revision','',0),(1320,1,'2019-02-18 11:19:31','2019-02-18 11:19:31','[et_pb_section fb_built=\"1\" admin_label=\"Community Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Community\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BAM\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Black Architects in the Making\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"WIA\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Women in Architecture\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Festival of the Trees\" module_id=\"festivalofthetrees\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/0.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Advocating for Architects\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-18 11:19:31','2019-02-18 11:19:31','',13,'http://02e3761.netsolhost.com/test/2019/02/18/13-revision-v1/',0,'revision','',0),(1323,1,'2019-02-18 11:21:21','2019-02-18 11:21:21','[et_pb_section fb_built=\"1\" admin_label=\"Community Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Community\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BAM\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Black Architects in the Making\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"WIA\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Women in Architecture\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Festival of the Trees\" module_id=\"festivalofthetrees\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row _builder_version=\"3.19.10\" background_color=\"#b7b7b7\" background_image=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/0.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" text_font=\"||||||||\" text_text_color=\"#ffffff\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" custom_padding=\"100px||100px\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" collapsed=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.10\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Advocating for Architects\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-18 11:21:21','2019-02-18 11:21:21','',13,'http://02e3761.netsolhost.com/test/2019/02/18/13-revision-v1/',0,'revision','',0),(1325,1,'2019-02-18 11:24:57','2019-02-18 11:24:57','[et_pb_section fb_built=\"1\" admin_label=\"Community Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Community\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BAM\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Black Architects in the Making\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"WIA\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Women in Architecture\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Festival of the Trees\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\" admin_label=\"Festival Of The Trees\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Advocating for Architects\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\" admin_label=\"Advocating for Architects\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-18 11:24:57','2019-02-18 11:24:57','',13,'http://02e3761.netsolhost.com/test/2019/02/18/13-revision-v1/',0,'revision','',0),(1328,1,'2019-02-18 11:26:32','2019-02-18 11:26:32','[et_pb_section fb_built=\"1\" admin_label=\"Community Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Community\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BAM\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Black Architects in the Making\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"WIA\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Women in Architecture\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Festival of the Trees\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/00.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Festival Of The Trees\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Advocating for Architects\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Advocating for Architects\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-18 11:26:32','2019-02-18 11:26:32','',13,'http://02e3761.netsolhost.com/test/2019/02/18/13-revision-v1/',0,'revision','',0),(1330,1,'2019-02-18 11:28:27','2019-02-18 11:28:27','[et_pb_section fb_built=\"1\" admin_label=\"Community Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Community\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BAM\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Black Architects in the Making\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"WIA\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Women in Architecture\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Festival of the Trees\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/00.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Festival Of The Trees\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Advocating for Architects\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Advocating for Architects\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-18 11:28:27','2019-02-18 11:28:27','',13,'http://02e3761.netsolhost.com/test/2019/02/18/13-revision-v1/',0,'revision','',0),(1333,1,'2019-02-18 11:30:29','2019-02-18 11:30:29','[et_pb_section fb_built=\"1\" admin_label=\"Community Section\" module_id=\"community\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Community-Header-Vizcaya.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Community\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Community</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"BAM\" module_id=\"bam\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/BAM-HEader.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Black Architects in the Making\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Black Architects in the Making</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_video src=\"https://www.youtube.com/watch?v=mA2MbQub_sI\" _builder_version=\"3.19.3\"][/et_pb_video][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in BAM?</span> Message CAquart@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"WIA\" module_id=\"wia\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img4.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Women in Architecture\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Women in Architecture</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img2.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img3.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\" custom_padding=\"27px||\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.3\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]<p class=\"getinvolved\"><span>Want to get involved in WIA?</span> Message LSolera@MCHarry.com for more information.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Festival of the Trees\" module_id=\"festivalofthetrees\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/00.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Festival Of The Trees\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Festival Of The Trees</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\"]The Festival of the Trees is a fundraising event coordinated by Florida International University’s Interior Architecture Department and its advisory board. Each year South Florida’s architecture and design community demonstrate its support for quality interior architecture education through their annual participation in the Festival of the Trees event and auction. In its 32 years, this annual holiday extravaganza has raised over $350,000 in funds that benefit Florida International University’s Interior Architecture Department and its talented students.\n\nM.C. Harry has participated in this event for the past 12 years. It is a wonderful event that gives us the opportunity to stretch our creative chops on pieces that end up being unique design challenges. The event is a great showcase for the creativity of the South Florida design community, and we are always excited to support design education.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/FOTT17-276.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Advocating for Architects\" module_id=\"advocatingforarchitects\" _builder_version=\"3.19.13\" custom_padding=\"0px||30px\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/Courthouse-cropped2.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"120px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.10\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Advocating for Architects\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Advocating for Architects</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.3\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/community-img5.jpg\" force_fullwidth=\"on\" _builder_version=\"3.19.3\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Community','','inherit','closed','closed','','13-revision-v1','','','2019-02-18 11:30:29','2019-02-18 11:30:29','',13,'http://02e3761.netsolhost.com/test/2019/02/18/13-revision-v1/',0,'revision','',0),(1334,1,'2019-02-18 15:35:25','2019-02-18 15:35:25','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe class=\"map\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.13\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" admin_label=\"Thomas M. Carlson, AIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Lourdes Solera, FAIA, RID\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Craig Aquart, AIA, RID,\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"James W. Piersol, AIA, RIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\n<span class=\"note\">Please note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Recognition Section\" module_id=\"recognition\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<span class=\"note\">* Please note that only a select few awards of recognition are shown above. </span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"clients\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.10\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"81px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-18 15:35:25','2019-02-18 15:35:25','',15,'http://02e3761.netsolhost.com/test/2019/02/18/15-revision-v1/',0,'revision','',0),(1336,1,'2019-02-18 15:39:47','2019-02-18 15:39:47','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 15:39:47\"\n }\n}','','','trash','closed','closed','','6a291468-a74f-4527-979f-e3db5d2e1e43','','','2019-02-18 15:39:47','2019-02-18 15:39:47','',0,'http://02e3761.netsolhost.com/test/?p=1336',0,'customize_changeset','',0),(1337,1,'2019-02-18 15:39:49','2019-02-18 15:39:49','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 15:39:49','2019-02-18 15:39:49','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1339,1,'2019-02-18 15:41:58','2019-02-18 15:41:58','[et_pb_section fb_built=\"1\" admin_label=\"Profile Section\" module_id=\"profile\" _builder_version=\"3.19.13\" custom_padding=\"||0px\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/profile-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Profile\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Profile</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.3\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.10\"]Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Section\" module_id=\"contact\" _builder_version=\"3.19.13\" custom_padding=\"0px||0px\" locked=\"off\"][et_pb_row custom_padding=\"||50px\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"0px\" padding_bottom_1=\"0px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_code _builder_version=\"3.19.13\"]<iframe class=\"map\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14375.766439281859!2d-80.26319914177544!3d25.739444465406997!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zMjXCsDQ0JzIyLjAiTiA4MMKwMTUnMTYuMCJX!5e0!3m2!1sen!2suk!4v1550139494190\" width=\"100%\" height=\"350px\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>[/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||0px\" _builder_version=\"3.19.13\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_margin=\"||\" custom_padding=\"||30px\"]<h1>Address</h1>\n<p><strong>MCHarry Associates</strong><br />2780 SW Douglas Road<br />Suite 302<br />Miami, Fl 33133</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Phone</h1>\n\n(305) 445-3765[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\" custom_padding=\"||30px\"]<h1>Email</h1>\n\n<a href=\"mailto:marketing@mcharry.com\">marketing@mcharry.com</a>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team Section\" module_id=\"team\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/team-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Team\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Team</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Thomas M. Carlson, AIA\" position=\"RID, LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/tmc-bio-pic.jpg\" admin_label=\"Thomas M. Carlson, AIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Lourdes Solera, FAIA, RID\" position=\"LEED AP, Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ls-bio-pic.jpg\" admin_label=\"Lourdes Solera, FAIA, RID\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"Craig Aquart, AIA, RID,\" position=\"Principal\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/ca-bio-pic.jpg\" admin_label=\"Craig Aquart, AIA, RID,\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.19.10\"][et_pb_team_member name=\"James W. Piersol, AIA, RIA\" position=\"Partner Emeritus\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/jw-bio-pic.jpg\" admin_label=\"James W. Piersol, AIA, RIA\" _builder_version=\"3.19.13\"][/et_pb_team_member][et_pb_team_member name=\"Name\" position=\"Title\" image_url=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Person\" _builder_version=\"3.19.13\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Employment Section\" module_id=\"employment\" _builder_version=\"3.19.13\" custom_padding=\"0px||\" locked=\"off\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/employment-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Employment\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Employment</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Jobs</h1>\nInterested in joining the MCHarry family?\n\nUpload portfolio and resume below (must be in .pdf format and not larger than 8 mb): \n\n[contact-form-7 id=\"934\" title=\"Untitled\"]\n\n<span class=\"note\">Please note that we are currently receiving a large number of applications and therefore cannot guarantee an answer to each applicant. We review all applications and store relevant application for a maximum period of 6 months after which they are deleted. Submitted portfolios and other sent material will not be returned. We do not review material submitted via issuu, Google Drive or in any packaged file format - only application in .pdf format will be processed.</span>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Mentorship</h1>\n\nWe are always looking for talented, hardworking, and motivated students to join our team.\n\nOur internships range from high school students intrested in learning about the architecture career to university enrolled students training to become licensed professionals. \n\nAll applicants must have good level of spoken and written English. Best if proficient in Adobe, Sketchup, Revvit, and/or AutoCAD.\n\nApplications including a portfolio and a resume in .pdf format (no larger than 8 Mb) can be submitted to:\n\nmarketing@MCHarry.com \nSubject line: \'Internship\'[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_font_size=\"28px\"]<h1>Here’s What Our Staff Has To Say About Us</h1>[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“I wanted to really say thank you for everything you and the McHarry team has given me, apart from the great memories, you gave me the experience and knowledge that have been essential to me ever since. Without the internship in McHarry I most likely wouldn\'t have been able to attend my dream school, MIT, this summer.\n\nI would have loved to spend this past summer at McHarry once again but i was granted the amazing experience of enrolling in the MITES program at MIT. For six weeks I studied various courses including architecture, I had the opportunity to sketch, design a house through SketchUp, and build a 3D model. Thanks to the skills and tips you gave me I received the Top Architecture student award.\n \nOnce again I want to thank you and the McHarry team for all the opportunities you gave me.” - Yanela D.[/et_pb_text][et_pb_text _builder_version=\"3.19.10\"]“MCHarry is not just an office, but a true family. Not only is there an overflow of mentors and experts to learn from, but the office culture is nuturing and team oriented.” - Jen E. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Recognition Section\" module_id=\"recognition\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/recognition-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Recognition\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Recognition</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.10\"]Award Name - Year[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.10\"][et_pb_text _builder_version=\"3.19.13\"]<span class=\"note\">* Please note that only a select few awards of recognition are shown above. </span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Clients Section\" module_id=\"clients\" _builder_version=\"3.19.13\"][et_pb_row custom_padding=\"||\" bg_img_1=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/clients-bg-pic.jpg\" background_size_1=\"cover\" background_repeat_1=\"no-repeat\" padding_top_1=\"140px\" padding_bottom_1=\"120px\" module_class=\"image-with-text-overlay\" _builder_version=\"3.19.13\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.3\"][et_pb_text admin_label=\"Clients\" _builder_version=\"3.19.13\" header_font=\"|700|||||||\" header_text_align=\"center\" header_text_color=\"#ffffff\" header_font_size=\"60px\" max_width=\"50%\" module_alignment=\"center\" custom_padding=\"||\"]<h1>Clients</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.19.10\"][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"3.19.10\"][et_pb_image src=\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/02/placeholder-image.jpg\" admin_label=\"Client Logo\" _builder_version=\"3.19.13\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Office','','inherit','closed','closed','','15-revision-v1','','','2019-02-18 15:41:58','2019-02-18 15:41:58','',15,'http://02e3761.netsolhost.com/test/2019/02/18/15-revision-v1/',0,'revision','',0),(1341,1,'2019-02-18 15:44:13','2019-02-18 15:44:13','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 20px;\\n\\tborder-radius: 5px;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 15:44:13\"\n }\n}','','','trash','closed','closed','','cf90b7f8-f353-4238-b19f-9a0504e91386','','','2019-02-18 15:44:13','2019-02-18 15:44:13','',0,'http://02e3761.netsolhost.com/test/?p=1341',0,'customize_changeset','',0),(1342,1,'2019-02-18 15:44:13','2019-02-18 15:44:13','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 20px;\n border-radius: 5px;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 15:44:13','2019-02-18 15:44:13','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1343,1,'2019-02-18 15:45:30','2019-02-18 15:45:30','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 10px;\\n\\tborder-radius: 5px;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: hand;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 15:45:25\"\n }\n}','','','trash','closed','closed','','fb2b492c-0ebd-4ff1-877a-d9370457e53f','','','2019-02-18 15:45:30','2019-02-18 15:45:30','',0,'http://02e3761.netsolhost.com/test/?p=1343',0,'customize_changeset','',0),(1344,1,'2019-02-18 15:45:30','2019-02-18 15:45:30','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 10px;\n border-radius: 5px;\n}\n\ninput.wpcf7-submit:hover {\n cursor: hand;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 15:45:30','2019-02-18 15:45:30','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1345,1,'2019-02-18 15:49:59','2019-02-18 15:49:59','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 0 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 10px;\\n\\tborder-radius: 5px;\\n\\tborder-color: #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 15:49:59\"\n }\n}','','','trash','closed','closed','','b1930d41-001d-44f0-9082-e02c5b504dd7','','','2019-02-18 15:49:59','2019-02-18 15:49:59','',0,'http://02e3761.netsolhost.com/test/?p=1345',0,'customize_changeset','',0),(1346,1,'2019-02-18 15:49:59','2019-02-18 15:49:59','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 0 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 10px;\n border-radius: 5px;\n border-color: #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 15:49:59','2019-02-18 15:49:59','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1347,1,'2019-02-18 15:50:56','2019-02-18 15:50:56','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 10px;\\n\\tborder-radius: 5px;\\n\\tborder-color: #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 15:50:56\"\n }\n}','','','trash','closed','closed','','1fbc2706-4872-4bbe-bfaa-b882cbf0ee03','','','2019-02-18 15:50:56','2019-02-18 15:50:56','',0,'http://02e3761.netsolhost.com/test/2019/02/18/1fbc2706-4872-4bbe-bfaa-b882cbf0ee03/',0,'customize_changeset','',0),(1348,1,'2019-02-18 15:50:56','2019-02-18 15:50:56','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 10px;\n border-radius: 5px;\n border-color: #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 15:50:56','2019-02-18 15:50:56','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1349,1,'2019-02-18 15:51:30','2019-02-18 15:51:30','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 10px;\\n\\tborder-radius: 5px;\\n\\tborder-color: #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 15:51:30\"\n }\n}','','','trash','closed','closed','','d86b431b-6f56-4ea8-ad55-228e902ef961','','','2019-02-18 15:51:30','2019-02-18 15:51:30','',0,'http://02e3761.netsolhost.com/test/2019/02/18/d86b431b-6f56-4ea8-ad55-228e902ef961/',0,'customize_changeset','',0),(1350,1,'2019-02-18 15:51:30','2019-02-18 15:51:30','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 10px;\n border-radius: 5px;\n border-color: #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 15:51:30','2019-02-18 15:51:30','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1351,1,'2019-02-18 15:52:50','2019-02-18 15:52:50','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 5px;\\n\\tborder-color: #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 15:52:50\"\n }\n}','','','trash','closed','closed','','c2e5c27f-c95e-4353-b1cd-1e65992e3c9c','','','2019-02-18 15:52:50','2019-02-18 15:52:50','',0,'http://02e3761.netsolhost.com/test/2019/02/18/c2e5c27f-c95e-4353-b1cd-1e65992e3c9c/',0,'customize_changeset','',0),(1352,1,'2019-02-18 15:52:50','2019-02-18 15:52:50','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 5px;\n border-color: #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 15:52:50','2019-02-18 15:52:50','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1353,1,'2019-02-18 15:54:34','2019-02-18 15:54:34','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 5px;\\n\\tborder-color: #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 15:54:34\"\n }\n}','','','trash','closed','closed','','6c13e80f-0852-4535-9691-a53c64f99974','','','2019-02-18 15:54:34','2019-02-18 15:54:34','',0,'http://02e3761.netsolhost.com/test/2019/02/18/6c13e80f-0852-4535-9691-a53c64f99974/',0,'customize_changeset','',0),(1354,1,'2019-02-18 15:54:34','2019-02-18 15:54:34','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 5px;\n border-color: #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 15:54:34','2019-02-18 15:54:34','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1355,1,'2019-02-18 15:55:54','2019-02-18 15:55:54','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 5px;\\n\\tborder-color: #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 15:55:54\"\n }\n}','','','trash','closed','closed','','cf56adac-0bd6-43e3-af7f-f0cf189d694f','','','2019-02-18 15:55:54','2019-02-18 15:55:54','',0,'http://02e3761.netsolhost.com/test/2019/02/18/cf56adac-0bd6-43e3-af7f-f0cf189d694f/',0,'customize_changeset','',0),(1356,1,'2019-02-18 15:55:54','2019-02-18 15:55:54','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 5px;\n border-color: #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 15:55:54','2019-02-18 15:55:54','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1357,1,'2019-02-18 15:58:03','2019-02-18 15:58:03','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile .et_pb_row {\\n\\tpadding-top: 0;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 5px;\\n\\tborder-color: #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 15:58:03\"\n }\n}','','','trash','closed','closed','','ead6cff1-5e50-4cf4-b6e4-c435d9c3a59a','','','2019-02-18 15:58:03','2019-02-18 15:58:03','',0,'http://02e3761.netsolhost.com/test/?p=1357',0,'customize_changeset','',0),(1358,1,'2019-02-18 15:58:04','2019-02-18 15:58:04','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile .et_pb_row {\n padding-top: 0;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 5px;\n border-color: #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 15:58:04','2019-02-18 15:58:04','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1359,1,'2019-02-18 15:59:00','2019-02-18 15:59:00','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile .et_pb_row {\\n\\tpadding-top: 5px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 5px;\\n\\tborder-color: #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 15:59:00\"\n }\n}','','','trash','closed','closed','','24cd5dc4-3036-4669-9cc0-5dfc6d26c98c','','','2019-02-18 15:59:00','2019-02-18 15:59:00','',0,'http://02e3761.netsolhost.com/test/2019/02/18/24cd5dc4-3036-4669-9cc0-5dfc6d26c98c/',0,'customize_changeset','',0),(1360,1,'2019-02-18 15:59:00','2019-02-18 15:59:00','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile .et_pb_row {\n padding-top: 5px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 5px;\n border-color: #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 15:59:00','2019-02-18 15:59:00','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1361,1,'2019-02-18 16:00:05','2019-02-18 16:00:05','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -15px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 5px;\\n\\tborder-color: #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 16:00:05\"\n }\n}','','','trash','closed','closed','','255154c0-106d-4041-b745-d02ca065ae7a','','','2019-02-18 16:00:05','2019-02-18 16:00:05','',0,'http://02e3761.netsolhost.com/test/?p=1361',0,'customize_changeset','',0),(1362,1,'2019-02-18 16:00:05','2019-02-18 16:00:05','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -15px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 5px;\n border-color: #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 16:00:05','2019-02-18 16:00:05','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1363,1,'2019-02-18 16:01:02','2019-02-18 16:01:02','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 5px;\\n\\tborder-color: #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 16:01:02\"\n }\n}','','','trash','closed','closed','','4b5dab35-fd73-4e62-aff2-628ddf702271','','','2019-02-18 16:01:02','2019-02-18 16:01:02','',0,'http://02e3761.netsolhost.com/test/2019/02/18/4b5dab35-fd73-4e62-aff2-628ddf702271/',0,'customize_changeset','',0),(1364,1,'2019-02-18 16:01:02','2019-02-18 16:01:02','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 5px;\n border-color: #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 16:01:02','2019-02-18 16:01:02','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (1365,1,'2019-02-18 16:05:39','2019-02-18 16:05:39','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 16:05:39\"\n }\n}','','','trash','closed','closed','','bfe8d59f-8c83-40be-8144-1b0ac64603fd','','','2019-02-18 16:05:39','2019-02-18 16:05:39','',0,'http://02e3761.netsolhost.com/test/2019/02/18/bfe8d59f-8c83-40be-8144-1b0ac64603fd/',0,'customize_changeset','',0),(1366,1,'2019-02-18 16:05:39','2019-02-18 16:05:39','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 16:05:39','2019-02-18 16:05:39','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1367,1,'2019-02-18 16:07:22','2019-02-18 16:07:22','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\tborder-bottom: 1px solid #ececec;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 16:07:22\"\n }\n}','','','trash','closed','closed','','dfea7fac-e279-48a9-93df-f12e35939d72','','','2019-02-18 16:07:22','2019-02-18 16:07:22','',0,'http://02e3761.netsolhost.com/test/2019/02/18/dfea7fac-e279-48a9-93df-f12e35939d72/',0,'customize_changeset','',0),(1368,1,'2019-02-18 16:07:22','2019-02-18 16:07:22','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n border-bottom: 1px solid #ececec;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 16:07:22','2019-02-18 16:07:22','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1369,1,'2019-02-18 16:08:17','2019-02-18 16:08:17','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 16:08:17\"\n }\n}','','','trash','closed','closed','','dc19ddc2-f125-4c6f-9ae3-36ee8c39407f','','','2019-02-18 16:08:17','2019-02-18 16:08:17','',0,'http://02e3761.netsolhost.com/test/2019/02/18/dc19ddc2-f125-4c6f-9ae3-36ee8c39407f/',0,'customize_changeset','',0),(1370,1,'2019-02-18 16:08:17','2019-02-18 16:08:17','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 16:08:17','2019-02-18 16:08:17','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1371,1,'2019-02-18 16:09:33','2019-02-18 16:09:33','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 16:09:33\"\n }\n}','','','trash','closed','closed','','53c3678b-39ee-4fc0-b623-9430c55b9b7c','','','2019-02-18 16:09:33','2019-02-18 16:09:33','',0,'http://02e3761.netsolhost.com/test/2019/02/18/53c3678b-39ee-4fc0-b623-9430c55b9b7c/',0,'customize_changeset','',0),(1372,1,'2019-02-18 16:09:34','2019-02-18 16:09:34','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 16:09:34','2019-02-18 16:09:34','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1373,1,'2019-02-18 16:18:41','2019-02-18 16:18:41','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 20px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #logo {padding-top: 7px;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 16:18:41\"\n }\n}','','','trash','closed','closed','','8fafdcb2-f978-4dee-9c40-9d47c9f5cdbe','','','2019-02-18 16:18:41','2019-02-18 16:18:41','',0,'http://02e3761.netsolhost.com/test/?p=1373',0,'customize_changeset','',0),(1374,1,'2019-02-18 16:18:42','2019-02-18 16:18:42','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 20px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #logo {padding-top: 7px;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 16:18:42','2019-02-18 16:18:42','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1376,1,'2019-02-18 20:23:52','2019-02-18 20:23:52','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 0px;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #logo {padding-top: 7px;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 20:23:52\"\n }\n}','','','trash','closed','closed','','3d7ae388-855f-46eb-af77-6997fa181f80','','','2019-02-18 20:23:52','2019-02-18 20:23:52','',0,'http://02e3761.netsolhost.com/test/2019/02/18/3d7ae388-855f-46eb-af77-6997fa181f80/',0,'customize_changeset','',0),(1377,1,'2019-02-18 20:23:52','2019-02-18 20:23:52','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 0px;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #logo {padding-top: 7px;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 20:23:52','2019-02-18 20:23:52','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1378,1,'2019-02-18 20:34:19','2019-02-18 20:34:19','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 0px;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 27px 0;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 20:34:19\"\n }\n}','','','trash','closed','closed','','7f0b895f-2034-4419-bfe8-aa2e382ae002','','','2019-02-18 20:34:19','2019-02-18 20:34:19','',0,'http://02e3761.netsolhost.com/test/2019/02/18/7f0b895f-2034-4419-bfe8-aa2e382ae002/',0,'customize_changeset','',0),(1379,1,'2019-02-18 20:34:20','2019-02-18 20:34:20','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 0px;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #logo {\n margin: 27px 0;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 20:34:20','2019-02-18 20:34:20','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1380,1,'2019-02-18 20:36:50','2019-02-18 20:36:50','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 0px;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 5px 0;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 27px 0;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 20:36:50\"\n }\n}','','','trash','closed','closed','','fbc63006-4aa7-4268-88d6-aba81c60cc77','','','2019-02-18 20:36:50','2019-02-18 20:36:50','',0,'http://02e3761.netsolhost.com/test/?p=1380',0,'customize_changeset','',0),(1381,1,'2019-02-18 20:36:51','2019-02-18 20:36:51','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 0px;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 5px 0;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #logo {\n margin: 27px 0;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 20:36:51','2019-02-18 20:36:51','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1382,1,'2019-02-18 20:37:46','2019-02-18 20:37:46','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 0px;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 5px 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 27px 0;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 20:37:46\"\n }\n}','','','trash','closed','closed','','6acb069c-86e3-4c37-b96f-c464fc3a7f69','','','2019-02-18 20:37:46','2019-02-18 20:37:46','',0,'http://02e3761.netsolhost.com/test/2019/02/18/6acb069c-86e3-4c37-b96f-c464fc3a7f69/',0,'customize_changeset','',0),(1383,1,'2019-02-18 20:37:46','2019-02-18 20:37:46','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 0px;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 5px 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #logo {\n margin: 27px 0;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 20:37:46','2019-02-18 20:37:46','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1384,1,'2019-02-18 20:44:22','2019-02-18 20:44:22','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 15px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 20px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 10px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 27px 0;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 20:44:22\"\n }\n}','','','trash','closed','closed','','3fe105d9-bfa4-4d97-a0a1-e3e930ba3078','','','2019-02-18 20:44:22','2019-02-18 20:44:22','',0,'http://02e3761.netsolhost.com/test/?p=1384',0,'customize_changeset','',0),(1385,1,'2019-02-18 20:44:22','2019-02-18 20:44:22','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 15px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 20px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 10px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #logo {\n margin: 27px 0;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 20:44:22','2019-02-18 20:44:22','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1386,1,'2019-02-18 20:46:35','2019-02-18 20:46:35','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 15px 0;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 20px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 12px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 27px 0;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 20:46:35\"\n }\n}','','','trash','closed','closed','','6937a2fe-5f6a-4491-af5a-32420ca92a55','','','2019-02-18 20:46:35','2019-02-18 20:46:35','',0,'http://02e3761.netsolhost.com/test/2019/02/18/6937a2fe-5f6a-4491-af5a-32420ca92a55/',0,'customize_changeset','',0),(1387,1,'2019-02-18 20:46:36','2019-02-18 20:46:36','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 15px 0;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 20px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 12px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #logo {\n margin: 27px 0;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 20:46:36','2019-02-18 20:46:36','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1388,1,'2019-02-18 20:48:31','2019-02-18 20:48:31','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 15px 0 15px -4px;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 20px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 12px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 27px 0;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 20:48:31\"\n }\n}','','','trash','closed','closed','','6b9b651f-48ef-4bdd-afdc-dfc46e9185c5','','','2019-02-18 20:48:31','2019-02-18 20:48:31','',0,'http://02e3761.netsolhost.com/test/2019/02/18/6b9b651f-48ef-4bdd-afdc-dfc46e9185c5/',0,'customize_changeset','',0),(1389,1,'2019-02-18 20:48:31','2019-02-18 20:48:31','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 15px 0 15px -4px;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 20px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 12px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #logo {\n margin: 27px 0;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 20:48:31','2019-02-18 20:48:31','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1390,1,'2019-02-18 20:49:57','2019-02-18 20:49:57','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {margin: 15px 0 15px -4px;}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 20px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 12px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 20:49:57\"\n }\n}','','','trash','closed','closed','','980dd0c9-e7f5-4769-b79b-b3efd94fc871','','','2019-02-18 20:49:57','2019-02-18 20:49:57','',0,'http://02e3761.netsolhost.com/test/2019/02/18/980dd0c9-e7f5-4769-b79b-b3efd94fc871/',0,'customize_changeset','',0),(1391,1,'2019-02-18 20:49:57','2019-02-18 20:49:57','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {margin: 15px 0 15px -4px;}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 20px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 12px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 20:49:57','2019-02-18 20:49:57','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1392,1,'2019-02-18 20:55:09','2019-02-18 20:55:09','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {\\n\\tmargin: 15px 0 15px -4px;\\n\\twidth: 350px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 20px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 12px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 20:55:09\"\n }\n}','','','trash','closed','closed','','892c2457-7ca8-4ccf-b99e-c72fbb112bad','','','2019-02-18 20:55:09','2019-02-18 20:55:09','',0,'http://02e3761.netsolhost.com/test/2019/02/18/892c2457-7ca8-4ccf-b99e-c72fbb112bad/',0,'customize_changeset','',0),(1393,1,'2019-02-18 20:55:10','2019-02-18 20:55:10','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {\n margin: 15px 0 15px -4px;\n width: 350px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 20px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 12px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 20:55:10','2019-02-18 20:55:10','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1394,1,'2019-02-18 20:55:43','2019-02-18 20:55:43','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {\\n\\tmargin: 15px 0 15px -4px;\\n\\twidth: 350px;\\n\\theight: 56px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 20px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 12px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 20:55:43\"\n }\n}','','','trash','closed','closed','','21701792-2159-42f8-8344-515274e0ba42','','','2019-02-18 20:55:43','2019-02-18 20:55:43','',0,'http://02e3761.netsolhost.com/test/2019/02/18/21701792-2159-42f8-8344-515274e0ba42/',0,'customize_changeset','',0),(1395,1,'2019-02-18 20:55:43','2019-02-18 20:55:43','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {\n margin: 15px 0 15px -4px;\n width: 350px;\n height: 56px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 20px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 12px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 20:55:43','2019-02-18 20:55:43','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1396,1,'2019-02-18 20:58:51','2019-02-18 20:58:51','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {\\n\\tmargin: 15px 0 15px -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 20px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 12px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 20:58:45\"\n }\n}','','','trash','closed','closed','','db8abf79-70af-466f-a281-bf206e167208','','','2019-02-18 20:58:51','2019-02-18 20:58:51','',0,'http://02e3761.netsolhost.com/test/?p=1396',0,'customize_changeset','',0),(1397,1,'2019-02-18 20:58:51','2019-02-18 20:58:51','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {\n margin: 15px 0 15px -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 20px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 12px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 20:58:51','2019-02-18 20:58:51','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1398,1,'2019-02-18 21:01:51','2019-02-18 21:01:51','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {\\n\\tmargin: 15px 0 15px -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 30px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 12px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 20px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 21:01:51\"\n }\n}','','','trash','closed','closed','','b0714f73-255e-4fcb-8f13-05c42705a4d7','','','2019-02-18 21:01:51','2019-02-18 21:01:51','',0,'http://02e3761.netsolhost.com/test/2019/02/18/b0714f73-255e-4fcb-8f13-05c42705a4d7/',0,'customize_changeset','',0),(1399,1,'2019-02-18 21:01:52','2019-02-18 21:01:52','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {\n margin: 15px 0 15px -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 30px 0 20px 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 12px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 20px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 21:01:52','2019-02-18 21:01:52','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1400,1,'2019-02-18 21:06:58','2019-02-18 21:06:58','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {\\n\\tmargin: 15px 0 15px -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 30px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 12px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 13px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 21:06:58\"\n }\n}','','','trash','closed','closed','','e0f68229-7568-403e-b76f-b23ad7b0c739','','','2019-02-18 21:06:58','2019-02-18 21:06:58','',0,'http://02e3761.netsolhost.com/test/?p=1400',0,'customize_changeset','',0),(1401,1,'2019-02-18 21:06:58','2019-02-18 21:06:58','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {\n margin: 15px 0 15px -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 30px 0 20px 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 12px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 13px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 21:06:58','2019-02-18 21:06:58','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1402,1,'2019-02-18 21:09:14','2019-02-18 21:09:14','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {\\n\\tmargin: 15px 0 15px -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 30px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 12px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 13px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -35px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 21:09:14\"\n }\n}','','','trash','closed','closed','','83e42192-7a2b-429d-b1e3-9cce3945316c','','','2019-02-18 21:09:14','2019-02-18 21:09:14','',0,'http://02e3761.netsolhost.com/test/2019/02/18/83e42192-7a2b-429d-b1e3-9cce3945316c/',0,'customize_changeset','',0),(1403,1,'2019-02-18 21:09:15','2019-02-18 21:09:15','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {\n margin: 15px 0 15px -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 30px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 12px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 13px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -35px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 21:09:15','2019-02-18 21:09:15','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1404,1,'2019-02-18 21:10:05','2019-02-18 21:10:05','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {\\n\\tmargin: 15px 0 15px -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 30px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 12px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 13px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -45px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 21:10:05\"\n }\n}','','','trash','closed','closed','','626b7d74-92fd-4180-89cf-a48480a882e4','','','2019-02-18 21:10:05','2019-02-18 21:10:05','',0,'http://02e3761.netsolhost.com/test/2019/02/18/626b7d74-92fd-4180-89cf-a48480a882e4/',0,'customize_changeset','',0),(1405,1,'2019-02-18 21:10:05','2019-02-18 21:10:05','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {\n margin: 15px 0 15px -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 30px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 12px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 13px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -45px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 21:10:05','2019-02-18 21:10:05','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1406,1,'2019-02-18 21:11:21','2019-02-18 21:11:21','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {\\n\\tmargin: 15px 0 15px -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 30px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 12px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 13px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 21:11:21\"\n }\n}','','','trash','closed','closed','','3df4aedb-57c1-4417-a8db-71a47a29d7d1','','','2019-02-18 21:11:21','2019-02-18 21:11:21','',0,'http://02e3761.netsolhost.com/test/2019/02/18/3df4aedb-57c1-4417-a8db-71a47a29d7d1/',0,'customize_changeset','',0),(1407,1,'2019-02-18 21:11:21','2019-02-18 21:11:21','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {\n margin: 15px 0 15px -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 30px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 12px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 13px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 21:11:21','2019-02-18 21:11:21','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1408,1,'2019-02-18 21:13:49','2019-02-18 21:13:49','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {\\n\\tmargin: 25px 0 15px -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 30px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 12px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 13px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-18 21:13:49\"\n }\n}','','','trash','closed','closed','','cdf91dc1-7322-48bc-ae06-6aeccbcbde49','','','2019-02-18 21:13:49','2019-02-18 21:13:49','',0,'http://02e3761.netsolhost.com/test/2019/02/18/cdf91dc1-7322-48bc-ae06-6aeccbcbde49/',0,'customize_changeset','',0),(1409,1,'2019-02-18 21:13:49','2019-02-18 21:13:49','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {\n margin: 25px 0 15px -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 30px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 12px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 13px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-18 21:13:49','2019-02-18 21:13:49','',857,'http://02e3761.netsolhost.com/test/2019/02/18/857-revision-v1/',0,'revision','',0),(1410,1,'2019-02-19 10:48:54','2019-02-19 10:48:54','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 30px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 13px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-19 10:48:54\"\n }\n}','','','trash','closed','closed','','83a5a918-7252-44e1-8187-6ded62f95266','','','2019-02-19 10:48:54','2019-02-19 10:48:54','',0,'http://02e3761.netsolhost.com/test/2019/02/19/83a5a918-7252-44e1-8187-6ded62f95266/',0,'customize_changeset','',0),(1411,1,'2019-02-19 10:48:55','2019-02-19 10:48:55','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {\n margin: 0 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 30px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 13px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-19 10:48:55','2019-02-19 10:48:55','',857,'http://02e3761.netsolhost.com/test/2019/02/19/857-revision-v1/',0,'revision','',0),(1412,1,'2019-02-19 11:04:05','2019-02-19 11:04:05','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 20px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 30px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 13px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-19 11:04:05\"\n }\n}','','','trash','closed','closed','','e1387460-47b6-4215-9df4-2438fcf7f7b0','','','2019-02-19 11:04:05','2019-02-19 11:04:05','',0,'http://02e3761.netsolhost.com/test/2019/02/19/e1387460-47b6-4215-9df4-2438fcf7f7b0/',0,'customize_changeset','',0),(1413,1,'2019-02-19 11:04:05','2019-02-19 11:04:05','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {\n margin: 0 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 20px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 30px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 13px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-19 11:04:05','2019-02-19 11:04:05','',857,'http://02e3761.netsolhost.com/test/2019/02/19/857-revision-v1/',0,'revision','',0),(1414,1,'2019-02-19 11:05:41','2019-02-19 11:05:41','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 30px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 13px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-19 11:05:41\"\n }\n}','','','trash','closed','closed','','233b0898-9254-4e30-9026-2f517d60b153','','','2019-02-19 11:05:41','2019-02-19 11:05:41','',0,'http://02e3761.netsolhost.com/test/2019/02/19/233b0898-9254-4e30-9026-2f517d60b153/',0,'customize_changeset','',0),(1415,1,'2019-02-19 11:05:42','2019-02-19 11:05:42','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {\n margin: 0 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 30px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 13px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-19 11:05:42','2019-02-19 11:05:42','',857,'http://02e3761.netsolhost.com/test/2019/02/19/857-revision-v1/',0,'revision','',0),(1416,1,'2019-02-19 11:08:00','2019-02-19 11:08:00','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 30px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-19 11:08:00\"\n }\n}','','','trash','closed','closed','','dc8f0288-f5b7-4b8c-9313-fc6c4c4eee4f','','','2019-02-19 11:08:00','2019-02-19 11:08:00','',0,'http://02e3761.netsolhost.com/test/2019/02/19/dc8f0288-f5b7-4b8c-9313-fc6c4c4eee4f/',0,'customize_changeset','',0),(1417,1,'2019-02-19 11:08:01','2019-02-19 11:08:01','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {\n margin: 0 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 30px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-19 11:08:01','2019-02-19 11:08:01','',857,'http://02e3761.netsolhost.com/test/2019/02/19/857-revision-v1/',0,'revision','',0),(1418,1,'2019-02-19 11:12:49','2019-02-19 11:12:49','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 30px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-19 11:12:49\"\n }\n}','','','trash','closed','closed','','f7117614-f9cc-4661-8c60-c0965d923525','','','2019-02-19 11:12:49','2019-02-19 11:12:49','',0,'http://02e3761.netsolhost.com/test/2019/02/19/f7117614-f9cc-4661-8c60-c0965d923525/',0,'customize_changeset','',0),(1419,1,'2019-02-19 11:12:49','2019-02-19 11:12:49','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {\n margin: 0 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 30px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-19 11:12:49','2019-02-19 11:12:49','',857,'http://02e3761.netsolhost.com/test/2019/02/19/857-revision-v1/',0,'revision','',0),(1420,1,'2019-02-19 11:14:42','2019-02-19 11:14:42','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 30px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-19 11:14:42\"\n }\n}','','','trash','closed','closed','','75cbc0fc-38d1-4e79-82c3-65db6d0fc058','','','2019-02-19 11:14:42','2019-02-19 11:14:42','',0,'http://02e3761.netsolhost.com/test/2019/02/19/75cbc0fc-38d1-4e79-82c3-65db6d0fc058/',0,'customize_changeset','',0),(1421,1,'2019-02-19 11:14:42','2019-02-19 11:14:42','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#logo {\n margin: 0 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 30px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-19 11:14:42','2019-02-19 11:14:42','',857,'http://02e3761.netsolhost.com/test/2019/02/19/857-revision-v1/',0,'revision','',0),(1422,1,'2019-02-19 11:16:47','2019-02-19 11:16:47','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 30px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-19 11:16:47\"\n }\n}','','','trash','closed','closed','','61a857f6-dbfb-4b9b-a595-b549b1c84186','','','2019-02-19 11:16:47','2019-02-19 11:16:47','',0,'http://02e3761.netsolhost.com/test/2019/02/19/61a857f6-dbfb-4b9b-a595-b549b1c84186/',0,'customize_changeset','',0),(1423,1,'2019-02-19 11:16:47','2019-02-19 11:16:47','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: 0 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 30px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-19 11:16:47','2019-02-19 11:16:47','',857,'http://02e3761.netsolhost.com/test/2019/02/19/857-revision-v1/',0,'revision','',0),(1424,1,'2019-02-19 11:21:37','2019-02-19 11:21:37','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-19 11:21:37\"\n }\n}','','','trash','closed','closed','','55159f19-f003-4d1e-9264-09771e19a1b7','','','2019-02-19 11:21:37','2019-02-19 11:21:37','',0,'http://02e3761.netsolhost.com/test/2019/02/19/55159f19-f003-4d1e-9264-09771e19a1b7/',0,'customize_changeset','',0),(1425,1,'2019-02-19 11:21:37','2019-02-19 11:21:37','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: 0 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-19 11:21:37','2019-02-19 11:21:37','',857,'http://02e3761.netsolhost.com/test/2019/02/19/857-revision-v1/',0,'revision','',0),(1426,1,'2019-02-19 11:24:47','2019-02-19 11:24:47','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 10px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-19 11:24:47\"\n }\n}','','','trash','closed','closed','','8c715ad5-bad8-4236-88a4-e6ba34365092','','','2019-02-19 11:24:47','2019-02-19 11:24:47','',0,'http://02e3761.netsolhost.com/test/2019/02/19/8c715ad5-bad8-4236-88a4-e6ba34365092/',0,'customize_changeset','',0),(1427,1,'2019-02-19 11:24:47','2019-02-19 11:24:47','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 10px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-19 11:24:47','2019-02-19 11:24:47','',857,'http://02e3761.netsolhost.com/test/2019/02/19/857-revision-v1/',0,'revision','',0),(1428,1,'2019-02-19 11:27:20','2019-02-19 11:27:20','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-19 11:27:20\"\n }\n}','','','trash','closed','closed','','fa4973dd-c44d-4472-b358-1166ce709454','','','2019-02-19 11:27:20','2019-02-19 11:27:20','',0,'http://02e3761.netsolhost.com/test/2019/02/19/fa4973dd-c44d-4472-b358-1166ce709454/',0,'customize_changeset','',0),(1429,1,'2019-02-19 11:27:20','2019-02-19 11:27:20','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-19 11:27:20','2019-02-19 11:27:20','',857,'http://02e3761.netsolhost.com/test/2019/02/19/857-revision-v1/',0,'revision','',0),(1430,1,'2019-02-19 11:30:05','2019-02-19 11:30:05','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin-left: -3px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-19 11:30:05\"\n }\n}','','','trash','closed','closed','','ed88b6e0-216e-4750-8cdc-f609a82d2615','','','2019-02-19 11:30:05','2019-02-19 11:30:05','',0,'http://02e3761.netsolhost.com/test/?p=1430',0,'customize_changeset','',0),(1431,1,'2019-02-19 11:30:05','2019-02-19 11:30:05','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin-left: -3px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-19 11:30:05','2019-02-19 11:30:05','',857,'http://02e3761.netsolhost.com/test/2019/02/19/857-revision-v1/',0,'revision','',0),(1432,1,'2019-02-19 11:32:39','2019-02-19 11:32:39','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin-left: -3px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-19 11:32:39\"\n }\n}','','','trash','closed','closed','','509a7f4f-77eb-417a-b89e-86fd325e3b88','','','2019-02-19 11:32:39','2019-02-19 11:32:39','',0,'http://02e3761.netsolhost.com/test/?p=1432',0,'customize_changeset','',0),(1433,1,'2019-02-19 11:32:39','2019-02-19 11:32:39','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin-left: -3px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-19 11:32:39','2019-02-19 11:32:39','',857,'http://02e3761.netsolhost.com/test/2019/02/19/857-revision-v1/',0,'revision','',0),(1434,1,'2019-02-19 11:34:09','2019-02-19 11:34:09','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin-left: -3px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-19 11:34:09\"\n }\n}','','','trash','closed','closed','','ff346125-b47a-45e8-874e-673667b55264','','','2019-02-19 11:34:09','2019-02-19 11:34:09','',0,'http://02e3761.netsolhost.com/test/2019/02/19/ff346125-b47a-45e8-874e-673667b55264/',0,'customize_changeset','',0),(1435,1,'2019-02-19 11:34:09','2019-02-19 11:34:09','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin: 22px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin-left: -3px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-19 11:34:09','2019-02-19 11:34:09','',857,'http://02e3761.netsolhost.com/test/2019/02/19/857-revision-v1/',0,'revision','',0),(1436,1,'2019-02-19 11:35:08','2019-02-19 11:35:08','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin: 22px 0 0 -4px !important;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin-left: -3px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-19 11:35:08\"\n }\n}','','','trash','closed','closed','','e34b315a-b8ca-44bd-a36b-ac2afbf88586','','','2019-02-19 11:35:08','2019-02-19 11:35:08','',0,'http://02e3761.netsolhost.com/test/2019/02/19/e34b315a-b8ca-44bd-a36b-ac2afbf88586/',0,'customize_changeset','',0),(1437,1,'2019-02-19 11:35:08','2019-02-19 11:35:08','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin: 22px 0 0 -4px !important;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin-left: -3px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-19 11:35:08','2019-02-19 11:35:08','',857,'http://02e3761.netsolhost.com/test/2019/02/19/857-revision-v1/',0,'revision','',0),(1438,1,'2019-02-19 11:35:54','2019-02-19 11:35:54','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin-left: -3px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-19 11:35:54\"\n }\n}','','','trash','closed','closed','','9bbc2c89-d921-4f90-bbd4-e946a2cabba9','','','2019-02-19 11:35:54','2019-02-19 11:35:54','',0,'http://02e3761.netsolhost.com/test/2019/02/19/9bbc2c89-d921-4f90-bbd4-e946a2cabba9/',0,'customize_changeset','',0),(1439,1,'2019-02-19 11:35:54','2019-02-19 11:35:54','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home #logo {\n margin: 22px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin-left: -3px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-19 11:35:54','2019-02-19 11:35:54','',857,'http://02e3761.netsolhost.com/test/2019/02/19/857-revision-v1/',0,'revision','',0),(1440,1,'2019-02-19 11:37:46','2019-02-19 11:37:46','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin-left: -3px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-19 11:37:46\"\n }\n}','','','trash','closed','closed','','88abffc5-aa74-4c16-9340-420866a90510','','','2019-02-19 11:37:46','2019-02-19 11:37:46','',0,'http://02e3761.netsolhost.com/test/2019/02/19/88abffc5-aa74-4c16-9340-420866a90510/',0,'customize_changeset','',0),(1441,1,'2019-02-19 11:37:46','2019-02-19 11:37:46','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home #logo {\n margin: 22px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin-left: -3px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-19 11:37:46','2019-02-19 11:37:46','',857,'http://02e3761.netsolhost.com/test/2019/02/19/857-revision-v1/',0,'revision','',0),(1442,1,'2019-02-19 11:38:56','2019-02-19 11:38:56','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin-left: -3px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-19 11:38:49\"\n }\n}','','','trash','closed','closed','','696fe8ac-06e3-4eb6-9c4c-117dfb4ff4c6','','','2019-02-19 11:38:56','2019-02-19 11:38:56','',0,'http://02e3761.netsolhost.com/test/?p=1442',0,'customize_changeset','',0),(1443,1,'2019-02-19 11:38:56','2019-02-19 11:38:56','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin-left: -3px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-19 11:38:56','2019-02-19 11:38:56','',857,'http://02e3761.netsolhost.com/test/2019/02/19/857-revision-v1/',0,'revision','',0),(1444,1,'2019-02-19 11:41:20','2019-02-19 11:41:20','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin-left: -3px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-19 11:41:20\"\n }\n}','','','trash','closed','closed','','770c071d-094c-430c-b82f-364c6a62c081','','','2019-02-19 11:41:20','2019-02-19 11:41:20','',0,'http://02e3761.netsolhost.com/test/2019/02/19/770c071d-094c-430c-b82f-364c6a62c081/',0,'customize_changeset','',0),(1445,1,'2019-02-19 11:41:20','2019-02-19 11:41:20','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin-left: -3px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-19 11:41:20','2019-02-19 11:41:20','',857,'http://02e3761.netsolhost.com/test/2019/02/19/857-revision-v1/',0,'revision','',0),(1446,1,'2019-02-19 11:50:29','2019-02-19 11:50:29','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin-left: -3px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-19 11:50:29\"\n }\n}','','','trash','closed','closed','','1099df73-89bc-42d6-8208-bb5000d33439','','','2019-02-19 11:50:29','2019-02-19 11:50:29','',0,'http://02e3761.netsolhost.com/test/?p=1446',0,'customize_changeset','',0),(1447,1,'2019-02-19 11:50:29','2019-02-19 11:50:29','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin-left: -3px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-19 11:50:29','2019-02-19 11:50:29','',857,'http://02e3761.netsolhost.com/test/2019/02/19/857-revision-v1/',0,'revision','',0),(1448,1,'2019-02-19 11:52:08','2019-02-19 11:52:08','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 10px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin-left: -3px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-19 11:52:08\"\n }\n}','','','trash','closed','closed','','9725716b-4024-445d-9402-2215147ee319','','','2019-02-19 11:52:08','2019-02-19 11:52:08','',0,'http://02e3761.netsolhost.com/test/2019/02/19/9725716b-4024-445d-9402-2215147ee319/',0,'customize_changeset','',0),(1449,1,'2019-02-19 11:52:09','2019-02-19 11:52:09','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 10px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin-left: -3px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-19 11:52:09','2019-02-19 11:52:09','',857,'http://02e3761.netsolhost.com/test/2019/02/19/857-revision-v1/',0,'revision','',0),(1450,1,'2019-02-19 11:52:56','2019-02-19 11:52:56','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 11px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin-left: -3px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-19 11:52:56\"\n }\n}','','','trash','closed','closed','','247848b7-7859-440f-83a1-56722f7a74da','','','2019-02-19 11:52:56','2019-02-19 11:52:56','',0,'http://02e3761.netsolhost.com/test/2019/02/19/247848b7-7859-440f-83a1-56722f7a74da/',0,'customize_changeset','',0),(1451,1,'2019-02-19 11:52:56','2019-02-19 11:52:56','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 11px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin-left: -3px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-19 11:52:56','2019-02-19 11:52:56','',857,'http://02e3761.netsolhost.com/test/2019/02/19/857-revision-v1/',0,'revision','',0),(1452,1,'2019-02-19 11:53:46','2019-02-19 11:53:46','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin-left: -3px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-19 11:53:46\"\n }\n}','','','trash','closed','closed','','9d7fcadb-9675-49d7-89b0-d447db99bfa3','','','2019-02-19 11:53:46','2019-02-19 11:53:46','',0,'http://02e3761.netsolhost.com/test/2019/02/19/9d7fcadb-9675-49d7-89b0-d447db99bfa3/',0,'customize_changeset','',0),(1453,1,'2019-02-19 11:53:46','2019-02-19 11:53:46','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin-left: -3px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-19 11:53:46','2019-02-19 11:53:46','',857,'http://02e3761.netsolhost.com/test/2019/02/19/857-revision-v1/',0,'revision','',0),(1454,1,'2019-02-20 09:41:29','2019-02-20 09:41:29','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin-left: -3px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #ff0000;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 09:41:29\"\n }\n}','','','trash','closed','closed','','d8f98709-311b-469b-a4fa-a675364ebd2b','','','2019-02-20 09:41:29','2019-02-20 09:41:29','',0,'http://02e3761.netsolhost.com/test/2019/02/20/d8f98709-311b-469b-a4fa-a675364ebd2b/',0,'customize_changeset','',0),(1455,1,'2019-02-20 09:41:29','2019-02-20 09:41:29','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin-left: -3px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #ff0000;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 09:41:29','2019-02-20 09:41:29','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1456,1,'2019-02-20 09:50:16','2019-02-20 09:50:16','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin-left: -3px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 09:50:16\"\n }\n}','','','trash','closed','closed','','2e54bd4e-3689-4378-a19d-1eb83bbf4051','','','2019-02-20 09:50:16','2019-02-20 09:50:16','',0,'http://02e3761.netsolhost.com/test/2019/02/20/2e54bd4e-3689-4378-a19d-1eb83bbf4051/',0,'customize_changeset','',0),(1457,1,'2019-02-20 09:50:16','2019-02-20 09:50:16','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin-left: -3px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 09:50:16','2019-02-20 09:50:16','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1458,1,'2019-02-20 09:56:15','2019-02-20 09:56:15','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\n#main-header.et-fixed-header .et_pb_portfolio_filters {\\n\\tmargin-top: -35px !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin-left: -3px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 09:56:15\"\n }\n}','','','trash','closed','closed','','cb201365-2cbc-451b-82b3-dce9b85f939f','','','2019-02-20 09:56:15','2019-02-20 09:56:15','',0,'http://02e3761.netsolhost.com/test/?p=1458',0,'customize_changeset','',0),(1459,1,'2019-02-20 09:56:16','2019-02-20 09:56:16','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\n#main-header.et-fixed-header .et_pb_portfolio_filters {\n margin-top: -35px !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin-left: -3px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 09:56:16','2019-02-20 09:56:16','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1460,1,'2019-02-20 09:58:00','2019-02-20 09:58:00','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader.et-fixed-header .et_pb_portfolio_filters {\\n\\tmargin-top: -35px !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin-left: -3px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px!important;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 09:58:00\"\n }\n}','','','trash','closed','closed','','f5a1a095-00dd-49da-bc2a-224575a99ea6','','','2019-02-20 09:58:00','2019-02-20 09:58:00','',0,'http://02e3761.netsolhost.com/test/2019/02/20/f5a1a095-00dd-49da-bc2a-224575a99ea6/',0,'customize_changeset','',0),(1461,1,'2019-02-20 09:58:00','2019-02-20 09:58:00','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader.et-fixed-header .et_pb_portfolio_filters {\n margin-top: -35px !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin-left: -3px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px!important;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 09:58:00','2019-02-20 09:58:00','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1462,1,'2019-02-20 10:00:03','2019-02-20 10:00:03','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin-left: -3px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin-top: -30px;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n\\theader.et-fixed-header .et_pb_portfolio_filters {\\n\\tmargin-top: -35px !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:00:03\"\n }\n}','','','trash','closed','closed','','1c17910b-7351-4a0a-9fbd-847e92dc8cc1','','','2019-02-20 10:00:03','2019-02-20 10:00:03','',0,'http://02e3761.netsolhost.com/test/?p=1462',0,'customize_changeset','',0),(1463,1,'2019-02-20 10:00:03','2019-02-20 10:00:03','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin-left: -3px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin-top: -30px;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n header.et-fixed-header .et_pb_portfolio_filters {\n margin-top: -35px !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:00:03','2019-02-20 10:00:03','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1464,1,'2019-02-20 10:01:53','2019-02-20 10:01:53','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin-left: -3px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n\\theader.et-fixed-header .et_pb_portfolio_filters {\\n\\tmargin-top: -35px !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:01:44\"\n }\n}','','','trash','closed','closed','','bb637f81-e954-40f0-b7a6-07cd67befa61','','','2019-02-20 10:01:53','2019-02-20 10:01:53','',0,'http://02e3761.netsolhost.com/test/?p=1464',0,'customize_changeset','',0),(1465,1,'2019-02-20 10:01:53','2019-02-20 10:01:53','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin-left: -3px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n header.et-fixed-header .et_pb_portfolio_filters {\n margin-top: -35px !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:01:53','2019-02-20 10:01:53','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1466,1,'2019-02-20 10:06:23','2019-02-20 10:06:23','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -30px 0 0 -3px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n\\theader.et-fixed-header .et_pb_portfolio_filters {\\n\\tmargin-top: -35px !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:06:23\"\n }\n}','','','trash','closed','closed','','f5120920-e95a-4932-ad7f-4e22660215ec','','','2019-02-20 10:06:23','2019-02-20 10:06:23','',0,'http://02e3761.netsolhost.com/test/2019/02/20/f5120920-e95a-4932-ad7f-4e22660215ec/',0,'customize_changeset','',0),(1467,1,'2019-02-20 10:06:23','2019-02-20 10:06:23','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -30px 0 0 -3px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n header.et-fixed-header .et_pb_portfolio_filters {\n margin-top: -35px !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:06:23','2019-02-20 10:06:23','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1468,1,'2019-02-20 10:08:09','2019-02-20 10:08:09','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -30px 0 0 -3px;\\n}\\n\\nheader.et-fixed-header .et_pb_portfolio_filters {\\n\\tmargin-top: -40px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:08:09\"\n }\n}','','','trash','closed','closed','','c9f88b2d-9c05-4e62-80db-ff0d34c7a621','','','2019-02-20 10:08:09','2019-02-20 10:08:09','',0,'http://02e3761.netsolhost.com/test/2019/02/20/c9f88b2d-9c05-4e62-80db-ff0d34c7a621/',0,'customize_changeset','',0),(1469,1,'2019-02-20 10:08:09','2019-02-20 10:08:09','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -30px 0 0 -3px;\n}\n\nheader.et-fixed-header .et_pb_portfolio_filters {\n margin-top: -40px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:08:09','2019-02-20 10:08:09','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1470,1,'2019-02-20 10:10:29','2019-02-20 10:10:29','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -30px 0 0 -3px;\\n}\\n\\n.et-fixed-header .et_pb_portfolio_filters {\\n\\tmargin-top: -40px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:10:29\"\n }\n}','','','trash','closed','closed','','29302db8-1d9f-49cc-ae35-a121c8d6000c','','','2019-02-20 10:10:29','2019-02-20 10:10:29','',0,'http://02e3761.netsolhost.com/test/2019/02/20/29302db8-1d9f-49cc-ae35-a121c8d6000c/',0,'customize_changeset','',0),(1471,1,'2019-02-20 10:10:29','2019-02-20 10:10:29','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -30px 0 0 -3px;\n}\n\n.et-fixed-header .et_pb_portfolio_filters {\n margin-top: -40px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:10:29','2019-02-20 10:10:29','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1472,1,'2019-02-20 10:11:56','2019-02-20 10:11:56','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -3px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:11:56\"\n }\n}','','','trash','closed','closed','','2d2bb594-143a-4512-8f99-01a74186b553','','','2019-02-20 10:11:56','2019-02-20 10:11:56','',0,'http://02e3761.netsolhost.com/test/2019/02/20/2d2bb594-143a-4512-8f99-01a74186b553/',0,'customize_changeset','',0); INSERT INTO `wp_posts` VALUES (1473,1,'2019-02-20 10:11:56','2019-02-20 10:11:56','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -3px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:11:56','2019-02-20 10:11:56','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1474,1,'2019-02-20 10:12:32','2019-02-20 10:12:32','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -33px 0 0 -3px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:12:32\"\n }\n}','','','trash','closed','closed','','081024b7-4213-4ba6-98d9-e294ebb841d3','','','2019-02-20 10:12:32','2019-02-20 10:12:32','',0,'http://02e3761.netsolhost.com/test/2019/02/20/081024b7-4213-4ba6-98d9-e294ebb841d3/',0,'customize_changeset','',0),(1475,1,'2019-02-20 10:12:32','2019-02-20 10:12:32','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -33px 0 0 -3px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:12:32','2019-02-20 10:12:32','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1476,1,'2019-02-20 10:13:38','2019-02-20 10:13:38','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tborder-top: 2px solid #fff;\\n\\tmargin: -33px 0 0 -3px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:13:38\"\n }\n}','','','trash','closed','closed','','939e1cbb-d572-4aaf-90eb-f9bb9c352fc0','','','2019-02-20 10:13:38','2019-02-20 10:13:38','',0,'http://02e3761.netsolhost.com/test/2019/02/20/939e1cbb-d572-4aaf-90eb-f9bb9c352fc0/',0,'customize_changeset','',0),(1477,1,'2019-02-20 10:13:38','2019-02-20 10:13:38','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n border-top: 2px solid #fff;\n margin: -33px 0 0 -3px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:13:38','2019-02-20 10:13:38','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1478,1,'2019-02-20 10:14:00','2019-02-20 10:14:00','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tborder-top: 2px solid #fff;\\n\\tmargin: -35px 0 0 -3px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:14:00\"\n }\n}','','','trash','closed','closed','','b35761dd-72e3-4134-99b9-645107c55221','','','2019-02-20 10:14:00','2019-02-20 10:14:00','',0,'http://02e3761.netsolhost.com/test/2019/02/20/b35761dd-72e3-4134-99b9-645107c55221/',0,'customize_changeset','',0),(1479,1,'2019-02-20 10:14:01','2019-02-20 10:14:01','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n border-top: 2px solid #fff;\n margin: -35px 0 0 -3px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:14:01','2019-02-20 10:14:01','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1480,1,'2019-02-20 10:16:30','2019-02-20 10:16:30','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tborder-right: 1px solid #fff;\\n\\tmargin: -35px 0 0 -3px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:16:30\"\n }\n}','','','trash','closed','closed','','c9910e94-a08e-44b3-9492-e40c506434d8','','','2019-02-20 10:16:30','2019-02-20 10:16:30','',0,'http://02e3761.netsolhost.com/test/2019/02/20/c9910e94-a08e-44b3-9492-e40c506434d8/',0,'customize_changeset','',0),(1481,1,'2019-02-20 10:16:30','2019-02-20 10:16:30','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n border-right: 1px solid #fff;\n margin: -35px 0 0 -3px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:16:30','2019-02-20 10:16:30','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1482,1,'2019-02-20 10:17:40','2019-02-20 10:17:40','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:17:40\"\n }\n}','','','trash','closed','closed','','71d2237b-99a3-44c3-8be1-6e9fb8207b4a','','','2019-02-20 10:17:40','2019-02-20 10:17:40','',0,'http://02e3761.netsolhost.com/test/2019/02/20/71d2237b-99a3-44c3-8be1-6e9fb8207b4a/',0,'customize_changeset','',0),(1483,1,'2019-02-20 10:17:40','2019-02-20 10:17:40','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:17:40','2019-02-20 10:17:40','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1484,1,'2019-02-20 10:18:28','2019-02-20 10:18:28','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 5px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:18:28\"\n }\n}','','','trash','closed','closed','','f6dfad5a-da42-4518-bfa3-ce7bf61ccbba','','','2019-02-20 10:18:28','2019-02-20 10:18:28','',0,'http://02e3761.netsolhost.com/test/2019/02/20/f6dfad5a-da42-4518-bfa3-ce7bf61ccbba/',0,'customize_changeset','',0),(1485,1,'2019-02-20 10:18:28','2019-02-20 10:18:28','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 5px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:18:28','2019-02-20 10:18:28','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1486,1,'2019-02-20 10:19:24','2019-02-20 10:19:24','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -34px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 5px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:19:24\"\n }\n}','','','trash','closed','closed','','81149b71-e4aa-4e33-9256-6fec9a47ae10','','','2019-02-20 10:19:24','2019-02-20 10:19:24','',0,'http://02e3761.netsolhost.com/test/2019/02/20/81149b71-e4aa-4e33-9256-6fec9a47ae10/',0,'customize_changeset','',0),(1487,1,'2019-02-20 10:19:24','2019-02-20 10:19:24','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -34px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 5px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:19:24','2019-02-20 10:19:24','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1488,1,'2019-02-20 10:20:10','2019-02-20 10:20:10','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -34px 0 0 -2px;\\n\\tpadding-top: 1px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 5px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:20:10\"\n }\n}','','','trash','closed','closed','','78c87080-9d65-46cd-9803-c40b20b7d390','','','2019-02-20 10:20:10','2019-02-20 10:20:10','',0,'http://02e3761.netsolhost.com/test/2019/02/20/78c87080-9d65-46cd-9803-c40b20b7d390/',0,'customize_changeset','',0),(1489,1,'2019-02-20 10:20:11','2019-02-20 10:20:11','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -34px 0 0 -2px;\n padding-top: 1px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 5px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:20:11','2019-02-20 10:20:11','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1490,1,'2019-02-20 10:20:40','2019-02-20 10:20:40','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 10px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 5px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:20:40\"\n }\n}','','','trash','closed','closed','','86c1b2d1-ec88-46a0-aad0-12739a046caf','','','2019-02-20 10:20:40','2019-02-20 10:20:40','',0,'http://02e3761.netsolhost.com/test/2019/02/20/86c1b2d1-ec88-46a0-aad0-12739a046caf/',0,'customize_changeset','',0),(1491,1,'2019-02-20 10:20:40','2019-02-20 10:20:40','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 10px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 5px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:20:40','2019-02-20 10:20:40','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1492,1,'2019-02-20 10:25:00','2019-02-20 10:25:00','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 11px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 5px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:25:00\"\n }\n}','','','trash','closed','closed','','ce698bb8-2392-418a-a4de-4ca6c2fe90c9','','','2019-02-20 10:25:00','2019-02-20 10:25:00','',0,'http://02e3761.netsolhost.com/test/2019/02/20/ce698bb8-2392-418a-a4de-4ca6c2fe90c9/',0,'customize_changeset','',0),(1493,1,'2019-02-20 10:25:00','2019-02-20 10:25:00','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 11px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 5px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:25:00','2019-02-20 10:25:00','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1494,1,'2019-02-20 10:29:01','2019-02-20 10:29:01','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:29:01\"\n }\n}','','','trash','closed','closed','','a1caa074-8f5a-49ec-8000-c4cfede2d9d8','','','2019-02-20 10:29:01','2019-02-20 10:29:01','',0,'http://02e3761.netsolhost.com/test/?p=1494',0,'customize_changeset','',0),(1495,1,'2019-02-20 10:29:01','2019-02-20 10:29:01','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:29:01','2019-02-20 10:29:01','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1496,1,'2019-02-20 10:35:15','2019-02-20 10:35:15','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:35:15\"\n }\n}','','','trash','closed','closed','','4ee6f43c-8de2-4442-a851-7c4ae8c1ee57','','','2019-02-20 10:35:15','2019-02-20 10:35:15','',0,'http://02e3761.netsolhost.com/test/2019/02/20/4ee6f43c-8de2-4442-a851-7c4ae8c1ee57/',0,'customize_changeset','',0),(1497,1,'2019-02-20 10:35:15','2019-02-20 10:35:15','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:35:15','2019-02-20 10:35:15','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1498,1,'2019-02-20 10:35:36','2019-02-20 10:35:36','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:35:36\"\n }\n}','','','trash','closed','closed','','86751ae9-22df-427a-8d59-a93a0a9eec01','','','2019-02-20 10:35:36','2019-02-20 10:35:36','',0,'http://02e3761.netsolhost.com/test/2019/02/20/86751ae9-22df-427a-8d59-a93a0a9eec01/',0,'customize_changeset','',0),(1499,1,'2019-02-20 10:35:37','2019-02-20 10:35:37','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:35:37','2019-02-20 10:35:37','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1500,1,'2019-02-20 10:39:13','2019-02-20 10:39:13','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:39:13\"\n }\n}','','','trash','closed','closed','','e3191247-fa86-402c-a371-d5cd8825d711','','','2019-02-20 10:39:13','2019-02-20 10:39:13','',0,'http://02e3761.netsolhost.com/test/2019/02/20/e3191247-fa86-402c-a371-d5cd8825d711/',0,'customize_changeset','',0),(1501,1,'2019-02-20 10:39:13','2019-02-20 10:39:13','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:39:13','2019-02-20 10:39:13','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1502,1,'2019-02-20 10:40:36','2019-02-20 10:40:36','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31% !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:40:36\"\n }\n}','','','trash','closed','closed','','df8d29da-cf16-4c7c-9b16-0259d1dab1b2','','','2019-02-20 10:40:36','2019-02-20 10:40:36','',0,'http://02e3761.netsolhost.com/test/2019/02/20/df8d29da-cf16-4c7c-9b16-0259d1dab1b2/',0,'customize_changeset','',0),(1503,1,'2019-02-20 10:40:36','2019-02-20 10:40:36','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n .et_pb_grid_item {\n width: 31% !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:40:36','2019-02-20 10:40:36','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1504,1,'2019-02-20 10:41:18','2019-02-20 10:41:18','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:41:18\"\n }\n}','','','trash','closed','closed','','36db4ca8-6389-49a3-a97c-5a209cac5717','','','2019-02-20 10:41:18','2019-02-20 10:41:18','',0,'http://02e3761.netsolhost.com/test/2019/02/20/36db4ca8-6389-49a3-a97c-5a209cac5717/',0,'customize_changeset','',0),(1505,1,'2019-02-20 10:41:18','2019-02-20 10:41:18','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 31% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:41:18','2019-02-20 10:41:18','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1506,1,'2019-02-20 10:41:35','2019-02-20 10:41:35','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmin-width: 31% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:41:35\"\n }\n}','','','trash','closed','closed','','dc67519f-0753-4a1b-b5c9-f59a92e94b6a','','','2019-02-20 10:41:35','2019-02-20 10:41:35','',0,'http://02e3761.netsolhost.com/test/2019/02/20/dc67519f-0753-4a1b-b5c9-f59a92e94b6a/',0,'customize_changeset','',0),(1507,1,'2019-02-20 10:41:35','2019-02-20 10:41:35','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n min-width: 31% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:41:35','2019-02-20 10:41:35','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1508,1,'2019-02-20 10:42:55','2019-02-20 10:42:55','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32% !important;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31% !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:42:55\"\n }\n}','','','trash','closed','closed','','2f2ee7de-a30a-49ff-af38-3d5f901d9319','','','2019-02-20 10:42:55','2019-02-20 10:42:55','',0,'http://02e3761.netsolhost.com/test/?p=1508',0,'customize_changeset','',0),(1509,1,'2019-02-20 10:42:55','2019-02-20 10:42:55','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32% !important;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31% !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:42:55','2019-02-20 10:42:55','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1510,1,'2019-02-20 10:45:07','2019-02-20 10:45:07','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31% !important;\\n\\t}\\n}\\n\\n@media all and (min-width:981px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:45:07\"\n }\n}','','','trash','closed','closed','','da9555a7-fd15-4917-bc5c-391f189057a5','','','2019-02-20 10:45:07','2019-02-20 10:45:07','',0,'http://02e3761.netsolhost.com/test/2019/02/20/da9555a7-fd15-4917-bc5c-391f189057a5/',0,'customize_changeset','',0),(1511,1,'2019-02-20 10:45:07','2019-02-20 10:45:07','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31% !important;\n }\n}\n\n@media all and (min-width:981px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:45:07','2019-02-20 10:45:07','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1512,1,'2019-02-20 10:46:00','2019-02-20 10:46:00','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31% !important;\\n\\t}\\n}\\n\\n@media all and (min-width:1081px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:46:00\"\n }\n}','','','trash','closed','closed','','da532e90-c56f-4ca2-aa23-7617bdd40b2a','','','2019-02-20 10:46:00','2019-02-20 10:46:00','',0,'http://02e3761.netsolhost.com/test/2019/02/20/da532e90-c56f-4ca2-aa23-7617bdd40b2a/',0,'customize_changeset','',0),(1513,1,'2019-02-20 10:46:00','2019-02-20 10:46:00','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31% !important;\n }\n}\n\n@media all and (min-width:1081px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:46:00','2019-02-20 10:46:00','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1514,1,'2019-02-20 10:47:37','2019-02-20 10:47:37','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: auto !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31% !important;\\n\\t}\\n}\\n\\n@media all and (min-width:1100px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:47:37\"\n }\n}','','','trash','closed','closed','','4574149d-f621-4e0e-a0f7-bea2800623f6','','','2019-02-20 10:47:37','2019-02-20 10:47:37','',0,'http://02e3761.netsolhost.com/test/2019/02/20/4574149d-f621-4e0e-a0f7-bea2800623f6/',0,'customize_changeset','',0),(1515,1,'2019-02-20 10:47:38','2019-02-20 10:47:38','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: auto !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31% !important;\n }\n}\n\n@media all and (min-width:1100px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:47:38','2019-02-20 10:47:38','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1516,1,'2019-02-20 10:49:32','2019-02-20 10:49:32','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31% !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31% !important;\\n\\t}\\n}\\n\\n@media all and (min-width:1100px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:49:32\"\n }\n}','','','trash','closed','closed','','5d78848e-3a47-4564-b1c0-5d7554b77357','','','2019-02-20 10:49:32','2019-02-20 10:49:32','',0,'http://02e3761.netsolhost.com/test/2019/02/20/5d78848e-3a47-4564-b1c0-5d7554b77357/',0,'customize_changeset','',0),(1517,1,'2019-02-20 10:49:33','2019-02-20 10:49:33','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: 31% !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31% !important;\n }\n}\n\n@media all and (min-width:1100px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:49:33','2019-02-20 10:49:33','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1518,1,'2019-02-20 10:50:17','2019-02-20 10:50:17','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31% !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31% !important;\\n\\t}\\n}\\n\\n@media all and (min-width:1200px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:50:17\"\n }\n}','','','trash','closed','closed','','f1243de9-e21e-4df7-848a-00b47521fc60','','','2019-02-20 10:50:17','2019-02-20 10:50:17','',0,'http://02e3761.netsolhost.com/test/2019/02/20/f1243de9-e21e-4df7-848a-00b47521fc60/',0,'customize_changeset','',0),(1519,1,'2019-02-20 10:50:17','2019-02-20 10:50:17','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: 31% !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31% !important;\n }\n}\n\n@media all and (min-width:1200px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:50:17','2019-02-20 10:50:17','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1520,1,'2019-02-20 10:51:35','2019-02-20 10:51:35','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31% !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31% !important;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:51:35\"\n }\n}','','','trash','closed','closed','','cdf98bc4-c5b5-445d-b8b0-519419348e1c','','','2019-02-20 10:51:35','2019-02-20 10:51:35','',0,'http://02e3761.netsolhost.com/test/2019/02/20/cdf98bc4-c5b5-445d-b8b0-519419348e1c/',0,'customize_changeset','',0),(1521,1,'2019-02-20 10:51:36','2019-02-20 10:51:36','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: 31% !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31% !important;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:51:36','2019-02-20 10:51:36','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1522,1,'2019-02-20 10:54:13','2019-02-20 10:54:13','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31% !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31% !important;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:54:13\"\n }\n}','','','trash','closed','closed','','bd8b05c8-964c-4925-89f5-418a930f2ae9','','','2019-02-20 10:54:13','2019-02-20 10:54:13','',0,'http://02e3761.netsolhost.com/test/2019/02/20/bd8b05c8-964c-4925-89f5-418a930f2ae9/',0,'customize_changeset','',0),(1523,1,'2019-02-20 10:54:13','2019-02-20 10:54:13','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: 31% !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31% !important;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:54:13','2019-02-20 10:54:13','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1524,1,'2019-02-20 10:59:22','2019-02-20 10:59:22','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 50% !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31% !important;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:59:22\"\n }\n}','','','trash','closed','closed','','31838651-144b-422f-9a2f-80f09a4f9ae2','','','2019-02-20 10:59:22','2019-02-20 10:59:22','',0,'http://02e3761.netsolhost.com/test/2019/02/20/31838651-144b-422f-9a2f-80f09a4f9ae2/',0,'customize_changeset','',0),(1525,1,'2019-02-20 10:59:22','2019-02-20 10:59:22','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: 50% !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31% !important;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:59:22','2019-02-20 10:59:22','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1526,1,'2019-02-20 10:59:46','2019-02-20 10:59:46','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31% !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31% !important;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 10:59:46\"\n }\n}','','','trash','closed','closed','','bcd7b1d1-dec5-474d-a43e-79aac7a9009b','','','2019-02-20 10:59:46','2019-02-20 10:59:46','',0,'http://02e3761.netsolhost.com/test/2019/02/20/bcd7b1d1-dec5-474d-a43e-79aac7a9009b/',0,'customize_changeset','',0),(1527,1,'2019-02-20 10:59:47','2019-02-20 10:59:47','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: 31% !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31% !important;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 10:59:47','2019-02-20 10:59:47','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1528,1,'2019-02-20 11:01:31','2019-02-20 11:01:31','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31% !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31% !important;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 11:01:31\"\n }\n}','','','trash','closed','closed','','ecc41200-1b08-4926-b27a-6d4ac1c0f9ea','','','2019-02-20 11:01:31','2019-02-20 11:01:31','',0,'http://02e3761.netsolhost.com/test/2019/02/20/ecc41200-1b08-4926-b27a-6d4ac1c0f9ea/',0,'customize_changeset','',0),(1529,1,'2019-02-20 11:01:31','2019-02-20 11:01:31','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: 31% !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31% !important;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 11:01:31','2019-02-20 11:01:31','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1530,1,'2019-02-20 11:02:33','2019-02-20 11:02:33','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31% !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31% !important;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 11:02:33\"\n }\n}','','','trash','closed','closed','','d78fb423-d166-459e-8b70-b2e39a779aa1','','','2019-02-20 11:02:33','2019-02-20 11:02:33','',0,'http://02e3761.netsolhost.com/test/2019/02/20/d78fb423-d166-459e-8b70-b2e39a779aa1/',0,'customize_changeset','',0),(1531,1,'2019-02-20 11:02:33','2019-02-20 11:02:33','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: 31% !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31% !important;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 11:02:33','2019-02-20 11:02:33','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1532,1,'2019-02-20 11:03:18','2019-02-20 11:03:18','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31% !important;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 11:03:18\"\n }\n}','','','trash','closed','closed','','4a2a4b7a-31e9-464e-82d8-9f66ecf05f45','','','2019-02-20 11:03:18','2019-02-20 11:03:18','',0,'http://02e3761.netsolhost.com/test/2019/02/20/4a2a4b7a-31e9-464e-82d8-9f66ecf05f45/',0,'customize_changeset','',0),(1533,1,'2019-02-20 11:03:18','2019-02-20 11:03:18','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: 31% !important;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 11:03:18','2019-02-20 11:03:18','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1534,1,'2019-02-20 11:04:04','2019-02-20 11:04:04','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 11:04:04\"\n }\n}','','','trash','closed','closed','','5e6c0304-f013-468f-9c68-82626987408d','','','2019-02-20 11:04:04','2019-02-20 11:04:04','',0,'http://02e3761.netsolhost.com/test/2019/02/20/5e6c0304-f013-468f-9c68-82626987408d/',0,'customize_changeset','',0),(1535,1,'2019-02-20 11:04:05','2019-02-20 11:04:05','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 11:04:05','2019-02-20 11:04:05','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1536,1,'2019-02-20 11:05:32','2019-02-20 11:05:32','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 11:05:32\"\n }\n}','','','trash','closed','closed','','e11dd462-fda9-4d19-9149-8a6d5683bd9a','','','2019-02-20 11:05:32','2019-02-20 11:05:32','',0,'http://02e3761.netsolhost.com/test/2019/02/20/e11dd462-fda9-4d19-9149-8a6d5683bd9a/',0,'customize_changeset','',0),(1537,1,'2019-02-20 11:05:33','2019-02-20 11:05:33','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 11:05:33','2019-02-20 11:05:33','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1538,1,'2019-02-20 11:05:59','2019-02-20 11:05:59','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-bottom: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 11:05:59\"\n }\n}','','','trash','closed','closed','','6171a531-6fa5-4fc9-a75e-23af7bf7c815','','','2019-02-20 11:05:59','2019-02-20 11:05:59','',0,'http://02e3761.netsolhost.com/test/2019/02/20/6171a531-6fa5-4fc9-a75e-23af7bf7c815/',0,'customize_changeset','',0),(1539,1,'2019-02-20 11:05:59','2019-02-20 11:05:59','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-bottom: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 11:05:59','2019-02-20 11:05:59','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1540,1,'2019-02-20 11:06:27','2019-02-20 11:06:27','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 11:06:27\"\n }\n}','','','trash','closed','closed','','c06027eb-46d6-4c5b-8c11-a8c5aa13e376','','','2019-02-20 11:06:27','2019-02-20 11:06:27','',0,'http://02e3761.netsolhost.com/test/2019/02/20/c06027eb-46d6-4c5b-8c11-a8c5aa13e376/',0,'customize_changeset','',0),(1541,1,'2019-02-20 11:06:28','2019-02-20 11:06:28','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 11:06:28','2019-02-20 11:06:28','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1542,1,'2019-02-20 11:08:23','2019-02-20 11:08:23','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 11:08:23\"\n }\n}','','','trash','closed','closed','','4205da8e-58bf-4353-9410-e079dc45e339','','','2019-02-20 11:08:23','2019-02-20 11:08:23','',0,'http://02e3761.netsolhost.com/test/?p=1542',0,'customize_changeset','',0),(1543,1,'2019-02-20 11:08:23','2019-02-20 11:08:23','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 11:08:23','2019-02-20 11:08:23','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1544,1,'2019-02-20 11:10:03','2019-02-20 11:10:03','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-20 11:10:03\"\n }\n}','','','trash','closed','closed','','321cb635-89ce-429a-8a2b-7bc8188884db','','','2019-02-20 11:10:03','2019-02-20 11:10:03','',0,'http://02e3761.netsolhost.com/test/2019/02/20/321cb635-89ce-429a-8a2b-7bc8188884db/',0,'customize_changeset','',0),(1545,1,'2019-02-20 11:10:03','2019-02-20 11:10:03','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-20 11:10:03','2019-02-20 11:10:03','',857,'http://02e3761.netsolhost.com/test/2019/02/20/857-revision-v1/',0,'revision','',0),(1546,1,'2019-02-22 08:56:25','2019-02-22 08:56:25','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\tpadding-bottom: 3px;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tborder-top: 1px solid #000;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 08:56:25\"\n }\n}','','','trash','closed','closed','','77e4f213-f80d-4ff1-942d-3d7d8e386fc8','','','2019-02-22 08:56:25','2019-02-22 08:56:25','',0,'http://02e3761.netsolhost.com/test/?p=1546',0,'customize_changeset','',0),(1547,1,'2019-02-22 08:56:26','2019-02-22 08:56:26','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n padding-bottom: 3px;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.et-fixed-header #et-secondary-nav {\n border-top: 1px solid #000;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 08:56:26','2019-02-22 08:56:26','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1548,1,'2019-02-22 09:00:17','2019-02-22 09:00:17','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\tpadding-bottom: 3px;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.et-fixed-header #et-secondary-nav li {\\n\\tpadding-top: 5px;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 09:00:17\"\n }\n}','','','trash','closed','closed','','5d868cf5-2328-481c-9abc-de3d63b81be6','','','2019-02-22 09:00:17','2019-02-22 09:00:17','',0,'http://02e3761.netsolhost.com/test/2019/02/22/5d868cf5-2328-481c-9abc-de3d63b81be6/',0,'customize_changeset','',0),(1549,1,'2019-02-22 09:00:17','2019-02-22 09:00:17','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n padding-bottom: 3px;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.et-fixed-header #et-secondary-nav li {\n padding-top: 5px;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 09:00:17','2019-02-22 09:00:17','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1550,1,'2019-02-22 09:02:07','2019-02-22 09:02:07','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\tpadding-bottom: 3px;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.et-fixed-header #et-secondary-nav li {\\n\\tmargin-top: 5px;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 09:02:07\"\n }\n}','','','trash','closed','closed','','16e22716-12a2-424a-bc9b-b37db89ec9cb','','','2019-02-22 09:02:07','2019-02-22 09:02:07','',0,'http://02e3761.netsolhost.com/test/2019/02/22/16e22716-12a2-424a-bc9b-b37db89ec9cb/',0,'customize_changeset','',0),(1551,1,'2019-02-22 09:02:07','2019-02-22 09:02:07','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n padding-bottom: 3px;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.et-fixed-header #et-secondary-nav li {\n margin-top: 5px;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 09:02:07','2019-02-22 09:02:07','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1552,1,'2019-02-22 09:09:56','2019-02-22 09:09:56','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 09:09:56\"\n }\n}','','','trash','closed','closed','','c4abf426-153c-4a23-849b-24cbaf83a88c','','','2019-02-22 09:09:56','2019-02-22 09:09:56','',0,'http://02e3761.netsolhost.com/test/2019/02/22/c4abf426-153c-4a23-849b-24cbaf83a88c/',0,'customize_changeset','',0),(1553,1,'2019-02-22 09:09:57','2019-02-22 09:09:57','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 09:09:57','2019-02-22 09:09:57','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1554,1,'2019-02-22 09:11:25','2019-02-22 09:11:25','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"@media screen and (min-width: 981px) {\\n#page-container {\\n top: 115px !important;\\n padding-top: 115px !important;\\n}\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 09:11:25\"\n }\n}','','','trash','closed','closed','','3182fbff-0f21-4654-89e3-543a55edda51','','','2019-02-22 09:11:25','2019-02-22 09:11:25','',0,'http://02e3761.netsolhost.com/test/2019/02/22/3182fbff-0f21-4654-89e3-543a55edda51/',0,'customize_changeset','',0),(1555,1,'2019-02-22 09:11:25','2019-02-22 09:11:25','@media screen and (min-width: 981px) {\n#page-container {\n top: 115px !important;\n padding-top: 115px !important;\n}\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 09:11:25','2019-02-22 09:11:25','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1556,1,'2019-02-22 09:12:40','2019-02-22 09:12:40','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"@media screen and (min-width: 981px) {\\n#page-container {\\n top: 15px !important;\\n padding-top: 15px !important;\\n}\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 09:12:40\"\n }\n}','','','trash','closed','closed','','fe069b1a-4ce2-47d0-ab90-40f4cba9255a','','','2019-02-22 09:12:40','2019-02-22 09:12:40','',0,'http://02e3761.netsolhost.com/test/2019/02/22/fe069b1a-4ce2-47d0-ab90-40f4cba9255a/',0,'customize_changeset','',0),(1557,1,'2019-02-22 09:12:40','2019-02-22 09:12:40','@media screen and (min-width: 981px) {\n#page-container {\n top: 15px !important;\n padding-top: 15px !important;\n}\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 09:12:40','2019-02-22 09:12:40','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1558,1,'2019-02-22 09:13:40','2019-02-22 09:13:40','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"@media screen and (min-width: 981px) {\\nbody.home #page-container {\\n top: 15px !important;\\n padding-top: 15px !important;\\n}\\n#page-container {\\n top: 115px !important;\\n padding-top: 115px !important;\\n}\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 09:13:40\"\n }\n}','','','trash','closed','closed','','8012843d-de63-46ff-b0d6-9f0526202d25','','','2019-02-22 09:13:40','2019-02-22 09:13:40','',0,'http://02e3761.netsolhost.com/test/2019/02/22/8012843d-de63-46ff-b0d6-9f0526202d25/',0,'customize_changeset','',0),(1559,1,'2019-02-22 09:13:40','2019-02-22 09:13:40','@media screen and (min-width: 981px) {\nbody.home #page-container {\n top: 15px !important;\n padding-top: 15px !important;\n}\n#page-container {\n top: 115px !important;\n padding-top: 115px !important;\n}\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 09:13:40','2019-02-22 09:13:40','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1560,1,'2019-02-22 09:14:46','2019-02-22 09:14:46','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 09:14:46\"\n }\n}','','','trash','closed','closed','','630f0307-5663-40e1-a68e-fe10e5e75501','','','2019-02-22 09:14:46','2019-02-22 09:14:46','',0,'http://02e3761.netsolhost.com/test/2019/02/22/630f0307-5663-40e1-a68e-fe10e5e75501/',0,'customize_changeset','',0),(1561,1,'2019-02-22 09:14:46','2019-02-22 09:14:46','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 09:14:46','2019-02-22 09:14:46','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1562,1,'2019-02-22 09:16:57','2019-02-22 09:16:57','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 20px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 09:16:57\"\n }\n}','','','trash','closed','closed','','2c8a663f-1442-4312-905e-9e841784d945','','','2019-02-22 09:16:57','2019-02-22 09:16:57','',0,'http://02e3761.netsolhost.com/test/?p=1562',0,'customize_changeset','',0),(1563,1,'2019-02-22 09:16:57','2019-02-22 09:16:57','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 20px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 09:16:57','2019-02-22 09:16:57','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1564,1,'2019-02-22 11:26:49','2019-02-22 11:26:49','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 11:26:49\"\n }\n}','','','trash','closed','closed','','0f06dfd3-731d-4f59-8ffa-5190bcf1f48d','','','2019-02-22 11:26:49','2019-02-22 11:26:49','',0,'http://02e3761.netsolhost.com/test/2019/02/22/0f06dfd3-731d-4f59-8ffa-5190bcf1f48d/',0,'customize_changeset','',0),(1565,1,'2019-02-22 11:26:50','2019-02-22 11:26:50','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 11:26:50','2019-02-22 11:26:50','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1566,1,'2019-02-22 11:28:27','2019-02-22 11:28:27','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"h1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 11:28:27\"\n }\n}','','','trash','closed','closed','','b712b6eb-165b-4a45-a38d-30e9e3350909','','','2019-02-22 11:28:27','2019-02-22 11:28:27','',0,'http://02e3761.netsolhost.com/test/2019/02/22/b712b6eb-165b-4a45-a38d-30e9e3350909/',0,'customize_changeset','',0),(1567,1,'2019-02-22 11:28:29','2019-02-22 11:28:29','h1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 11:28:29','2019-02-22 11:28:29','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1568,1,'2019-02-22 11:38:20','2019-02-22 11:38:20','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#page-container .et-fixed-header {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 11:38:20\"\n }\n}','','','trash','closed','closed','','a75559e8-3fd4-4086-8055-c98af05b7f38','','','2019-02-22 11:38:20','2019-02-22 11:38:20','',0,'http://02e3761.netsolhost.com/test/?p=1568',0,'customize_changeset','',0),(1569,1,'2019-02-22 11:38:21','2019-02-22 11:38:21','#page-container .et-fixed-header {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 11:38:21','2019-02-22 11:38:21','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1570,1,'2019-02-22 11:39:29','2019-02-22 11:39:29','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \".et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 11:39:25\"\n }\n}','','','trash','closed','closed','','62ece633-1d89-4afd-9e16-afa503fd3bf2','','','2019-02-22 11:39:29','2019-02-22 11:39:29','',0,'http://02e3761.netsolhost.com/test/?p=1570',0,'customize_changeset','',0),(1571,1,'2019-02-22 11:39:29','2019-02-22 11:39:29','.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 11:39:29','2019-02-22 11:39:29','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (1572,1,'2019-02-22 11:52:54','2019-02-22 11:52:54','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \".et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.et_fixed_nav {\\n\\tborder-bottom: 1px solid #ff000;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 11:52:54\"\n }\n}','','','trash','closed','closed','','f04abb90-3207-479e-a544-e291c38fabaf','','','2019-02-22 11:52:54','2019-02-22 11:52:54','',0,'http://02e3761.netsolhost.com/test/2019/02/22/f04abb90-3207-479e-a544-e291c38fabaf/',0,'customize_changeset','',0),(1573,1,'2019-02-22 11:52:54','2019-02-22 11:52:54','.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.et_fixed_nav {\n border-bottom: 1px solid #ff000;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 11:52:54','2019-02-22 11:52:54','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1574,1,'2019-02-22 11:53:21','2019-02-22 11:53:21','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \".et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\n.et_fixed_nav {\\n\\tborder-bottom: 1px solid #ff0000;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 11:53:21\"\n }\n}','','','trash','closed','closed','','d3a8767b-b0f3-47ef-97cf-bb1cf532d873','','','2019-02-22 11:53:21','2019-02-22 11:53:21','',0,'http://02e3761.netsolhost.com/test/2019/02/22/d3a8767b-b0f3-47ef-97cf-bb1cf532d873/',0,'customize_changeset','',0),(1575,1,'2019-02-22 11:53:22','2019-02-22 11:53:22','.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\n.et_fixed_nav {\n border-bottom: 1px solid #ff0000;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 11:53:22','2019-02-22 11:53:22','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1576,1,'2019-02-22 11:54:39','2019-02-22 11:54:39','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \".et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 30px !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 20px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 11:54:39\"\n }\n}','','','trash','closed','closed','','2783f9d8-c0f9-4ad0-9cca-abc0d6a9e40d','','','2019-02-22 11:54:39','2019-02-22 11:54:39','',0,'http://02e3761.netsolhost.com/test/?p=1576',0,'customize_changeset','',0),(1577,1,'2019-02-22 11:54:39','2019-02-22 11:54:39','.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 30px !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 20px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 11:54:39','2019-02-22 11:54:39','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1578,1,'2019-02-22 11:59:28','2019-02-22 11:59:28','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \".et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 27px !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 11:59:28\"\n }\n}','','','trash','closed','closed','','02fc7086-4ebd-4dfe-b1aa-e233892d9776','','','2019-02-22 11:59:28','2019-02-22 11:59:28','',0,'http://02e3761.netsolhost.com/test/?p=1578',0,'customize_changeset','',0),(1579,1,'2019-02-22 11:59:28','2019-02-22 11:59:28','.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 27px !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 11:59:28','2019-02-22 11:59:28','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1580,1,'2019-02-22 12:17:49','2019-02-22 12:17:49','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \".et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 27px !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n position: fixed !important;\\n z-index: 9999999 !important;\\n margin: -30px 0 0 0;\\n width: 1080px !important;\\n\\t\\tbackground: #fff !important;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 12:17:49\"\n }\n}','','','trash','closed','closed','','8900d626-581e-433b-bda4-d2899bc53092','','','2019-02-22 12:17:49','2019-02-22 12:17:49','',0,'http://02e3761.netsolhost.com/test/?p=1580',0,'customize_changeset','',0),(1581,1,'2019-02-22 12:17:49','2019-02-22 12:17:49','.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 27px !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n .et_pb_portfolio_filters {\n position: fixed !important;\n z-index: 9999999 !important;\n margin: -30px 0 0 0;\n width: 1080px !important;\n background: #fff !important;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 12:17:49','2019-02-22 12:17:49','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1582,1,'2019-02-22 12:18:58','2019-02-22 12:18:58','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \".et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 27px !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n position: fixed !important;\\n z-index: 9999999 !important;\\n margin: -30px 0 0 0;\\n width: 1070px !important;\\n\\t\\tbackground: #fff !important;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 12:18:58\"\n }\n}','','','trash','closed','closed','','9fd0bab6-d867-45ba-8ac8-a50805088ae9','','','2019-02-22 12:18:58','2019-02-22 12:18:58','',0,'http://02e3761.netsolhost.com/test/2019/02/22/9fd0bab6-d867-45ba-8ac8-a50805088ae9/',0,'customize_changeset','',0),(1583,1,'2019-02-22 12:18:59','2019-02-22 12:18:59','.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 27px !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n .et_pb_portfolio_filters {\n position: fixed !important;\n z-index: 9999999 !important;\n margin: -30px 0 0 0;\n width: 1070px !important;\n background: #fff !important;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 12:18:59','2019-02-22 12:18:59','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1584,1,'2019-02-22 12:19:47','2019-02-22 12:19:47','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \".et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 27px !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n position: fixed !important;\\n z-index: 9999999 !important;\\n margin: -30px 0 0 0;\\n width: 1000px !important;\\n\\t\\tbackground: #fff !important;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 12:19:47\"\n }\n}','','','trash','closed','closed','','79b17470-14ef-4962-9da2-fc94360c45d8','','','2019-02-22 12:19:47','2019-02-22 12:19:47','',0,'http://02e3761.netsolhost.com/test/2019/02/22/79b17470-14ef-4962-9da2-fc94360c45d8/',0,'customize_changeset','',0),(1585,1,'2019-02-22 12:19:47','2019-02-22 12:19:47','.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 27px !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n .et_pb_portfolio_filters {\n position: fixed !important;\n z-index: 9999999 !important;\n margin: -30px 0 0 0;\n width: 1000px !important;\n background: #fff !important;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 12:19:47','2019-02-22 12:19:47','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1586,1,'2019-02-22 12:21:48','2019-02-22 12:21:48','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \".et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 27px !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1000px!important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 12:21:48\"\n }\n}','','','trash','closed','closed','','504ada5d-c0e6-4793-a08a-f211360b830a','','','2019-02-22 12:21:48','2019-02-22 12:21:48','',0,'http://02e3761.netsolhost.com/test/2019/02/22/504ada5d-c0e6-4793-a08a-f211360b830a/',0,'customize_changeset','',0),(1587,1,'2019-02-22 12:21:48','2019-02-22 12:21:48','.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 27px !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1000px!important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 12:21:48','2019-02-22 12:21:48','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1588,1,'2019-02-22 12:22:16','2019-02-22 12:22:16','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \".et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 27px !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\nposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: auto !important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 12:22:16\"\n }\n}','','','trash','closed','closed','','a7082bc4-f6c8-47c4-951a-50bacbbac57d','','','2019-02-22 12:22:16','2019-02-22 12:22:16','',0,'http://02e3761.netsolhost.com/test/2019/02/22/a7082bc4-f6c8-47c4-951a-50bacbbac57d/',0,'customize_changeset','',0),(1589,1,'2019-02-22 12:22:17','2019-02-22 12:22:17','.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 27px !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\nposition: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: auto !important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 12:22:17','2019-02-22 12:22:17','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1590,1,'2019-02-22 12:27:23','2019-02-22 12:27:23','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \".et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 27px !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\ndisplay: contents;\\n\\tposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: auto !important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 12:27:23\"\n }\n}','','','trash','closed','closed','','120e9757-c80c-4c5e-937a-ff806ed3e0a5','','','2019-02-22 12:27:23','2019-02-22 12:27:23','',0,'http://02e3761.netsolhost.com/test/2019/02/22/120e9757-c80c-4c5e-937a-ff806ed3e0a5/',0,'customize_changeset','',0),(1591,1,'2019-02-22 12:27:23','2019-02-22 12:27:23','.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 27px !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\ndisplay: contents;\n position: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: auto !important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 12:27:23','2019-02-22 12:27:23','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1592,1,'2019-02-22 12:28:24','2019-02-22 12:28:24','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \".et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 27px !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\n\\tposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: auto !important;\\nbackground: #fff !important;\\n\\tdisplay: contents !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 12:28:24\"\n }\n}','','','trash','closed','closed','','0fddc83f-200e-4060-b790-8f439dadd995','','','2019-02-22 12:28:24','2019-02-22 12:28:24','',0,'http://02e3761.netsolhost.com/test/2019/02/22/0fddc83f-200e-4060-b790-8f439dadd995/',0,'customize_changeset','',0),(1593,1,'2019-02-22 12:28:24','2019-02-22 12:28:24','.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 27px !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\n position: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: auto !important;\nbackground: #fff !important;\n display: contents !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 12:28:24','2019-02-22 12:28:24','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1594,1,'2019-02-22 12:29:37','2019-02-22 12:29:37','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \".et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 27px !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\n\\tposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: auto !important;\\nbackground: #fff !important;\\n\\tdisplay: flex-end;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 12:29:37\"\n }\n}','','','trash','closed','closed','','a5a124a8-11a7-492f-bce5-e80a45d7a60f','','','2019-02-22 12:29:37','2019-02-22 12:29:37','',0,'http://02e3761.netsolhost.com/test/2019/02/22/a5a124a8-11a7-492f-bce5-e80a45d7a60f/',0,'customize_changeset','',0),(1595,1,'2019-02-22 12:29:37','2019-02-22 12:29:37','.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 27px !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\n position: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: auto !important;\nbackground: #fff !important;\n display: flex-end;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 12:29:37','2019-02-22 12:29:37','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1596,1,'2019-02-22 12:37:44','2019-02-22 12:37:44','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \".et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 27px !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\n\\tposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: auto !important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 12:37:41\"\n }\n}','','','trash','closed','closed','','7be9ad25-f7a9-4e9a-9090-c740cc136301','','','2019-02-22 12:37:44','2019-02-22 12:37:44','',0,'http://02e3761.netsolhost.com/test/?p=1596',0,'customize_changeset','',0),(1597,1,'2019-02-22 12:37:45','2019-02-22 12:37:45','.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 27px !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\n position: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: auto !important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 12:37:45','2019-02-22 12:37:45','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1598,1,'2019-02-22 12:37:52','2019-02-22 12:37:52','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \".et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 27px !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\n\\tposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px !important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 12:37:52\"\n }\n}','','','trash','closed','closed','','b7010072-742f-4f5c-9cc2-062a1d731a6a','','','2019-02-22 12:37:52','2019-02-22 12:37:52','',0,'http://02e3761.netsolhost.com/test/2019/02/22/b7010072-742f-4f5c-9cc2-062a1d731a6a/',0,'customize_changeset','',0),(1599,1,'2019-02-22 12:37:53','2019-02-22 12:37:53','.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 27px !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\n position: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px !important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 12:37:53','2019-02-22 12:37:53','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1600,1,'2019-02-22 12:41:10','2019-02-22 12:41:10','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \".et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 27px !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\n\\tposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nwidth: 1080px !important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n\\t.et_pb_portfolio_filters li {\\n\\t\\tfont-size: 10px !important;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 12:41:10\"\n }\n}','','','trash','closed','closed','','e3a1c83f-371a-44fa-8ae6-e15774847bf3','','','2019-02-22 12:41:10','2019-02-22 12:41:10','',0,'http://02e3761.netsolhost.com/test/2019/02/22/e3a1c83f-371a-44fa-8ae6-e15774847bf3/',0,'customize_changeset','',0),(1601,1,'2019-02-22 12:41:11','2019-02-22 12:41:11','.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 27px !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\n position: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nwidth: 1080px !important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n .et_pb_portfolio_filters li {\n font-size: 10px !important;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 12:41:11','2019-02-22 12:41:11','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1602,1,'2019-02-22 12:56:08','2019-02-22 12:56:08','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \".et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 27px !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\n\\tposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nmin-width: 1080px !important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 12:55:51\"\n }\n}','','','trash','closed','closed','','3114837b-f975-430c-bb0a-df30c7410c4d','','','2019-02-22 12:56:08','2019-02-22 12:56:08','',0,'http://02e3761.netsolhost.com/test/?p=1602',0,'customize_changeset','',0),(1603,1,'2019-02-22 12:56:08','2019-02-22 12:56:08','.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 27px !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\n position: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nmin-width: 1080px !important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 12:56:08','2019-02-22 12:56:08','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1604,1,'2019-02-22 13:15:30','2019-02-22 13:15:30','{\n \"et_divi[minimized_menu_height]\": {\n \"value\": \"83\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 13:15:30\"\n }\n}','','','trash','closed','closed','','3e9bb04d-41fd-4707-8b02-6b717a02b287','','','2019-02-22 13:15:30','2019-02-22 13:15:30','',0,'http://02e3761.netsolhost.com/test/2019/02/22/3e9bb04d-41fd-4707-8b02-6b717a02b287/',0,'customize_changeset','',0),(1605,1,'2019-02-22 13:33:27','2019-02-22 13:33:27','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9,14,15,11,16,12,13\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" pagination_font=\"||||||||\" background_layout=\"dark\" custom_padding=\"0px||0px\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"3.19.13\"][et_pb_fullwidth_portfolio _builder_version=\"3.19.13\" include_categories=\"8,14,15,7,9,11,16,12,13\"][/et_pb_fullwidth_portfolio][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-22 13:33:27','2019-02-22 13:33:27','',11,'http://02e3761.netsolhost.com/test/2019/02/22/11-revision-v1/',0,'revision','',0),(1608,1,'2019-02-22 13:35:08','2019-02-22 13:35:08','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9,14,15,11,16,12,13\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" pagination_font=\"||||||||\" background_layout=\"dark\" custom_padding=\"0px||0px\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_filterable_portfolio posts_number=\"9\" show_title=\"off\" _builder_version=\"3.19.13\" include_categories=\"8,14,15,7,9,11,16,12,13\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-22 13:35:08','2019-02-22 13:35:08','',11,'http://02e3761.netsolhost.com/test/2019/02/22/11-revision-v1/',0,'revision','',0),(1609,1,'2019-02-22 13:36:47','2019-02-22 13:36:47','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.10\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9,14,15,11,16,12,13\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" pagination_font=\"||||||||\" background_layout=\"dark\" custom_padding=\"0px||0px\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-22 13:36:47','2019-02-22 13:36:47','',11,'http://02e3761.netsolhost.com/test/2019/02/22/11-revision-v1/',0,'revision','',0),(1610,1,'2019-02-22 13:38:53','2019-02-22 13:38:53','[et_pb_section fb_built=\"1\" module_id=\"myfp\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,14,15,7,9,11,16,12,13\" _builder_version=\"3.19.13\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_text _builder_version=\"3.19.13\"]<ul>\n<li><a href=\"/test/portfolio-test/#myfp|commercial\">Commercial</a></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Test','','publish','closed','closed','','portfolio-test','','','2019-02-22 14:03:13','2019-02-22 14:03:13','',0,'http://02e3761.netsolhost.com/test/?page_id=1610',0,'page','',0),(1611,1,'2019-02-22 13:37:51','2019-02-22 13:37:51','','Portfolio Test','','inherit','closed','closed','','1610-revision-v1','','','2019-02-22 13:37:51','2019-02-22 13:37:51','',1610,'http://02e3761.netsolhost.com/test/2019/02/22/1610-revision-v1/',0,'revision','',0),(1612,1,'2019-02-22 13:38:53','2019-02-22 13:38:53','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_filterable_portfolio fullwidth=\"off\" _builder_version=\"3.19.13\" include_categories=\"8,14,15,7,9,11,16,12,13\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Test','','inherit','closed','closed','','1610-revision-v1','','','2019-02-22 13:38:53','2019-02-22 13:38:53','',1610,'http://02e3761.netsolhost.com/test/2019/02/22/1610-revision-v1/',0,'revision','',0),(1614,1,'2019-02-22 13:41:06','2019-02-22 13:41:06','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \".et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 27px !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n/*.et_pb_portfolio_filters {\\n\\tposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nmin-width: 1080px !important;\\nbackground: #fff !important;\\n}*/\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 13:41:06\"\n }\n}','','','trash','closed','closed','','3bded3f2-1e3b-4a72-b475-b4809b96d7df','','','2019-02-22 13:41:06','2019-02-22 13:41:06','',0,'http://02e3761.netsolhost.com/test/2019/02/22/3bded3f2-1e3b-4a72-b475-b4809b96d7df/',0,'customize_changeset','',0),(1615,1,'2019-02-22 13:41:07','2019-02-22 13:41:07','.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 27px !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n/*.et_pb_portfolio_filters {\n position: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nmin-width: 1080px !important;\nbackground: #fff !important;\n}*/\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 13:41:07','2019-02-22 13:41:07','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1617,1,'2019-02-22 13:48:18','2019-02-22 13:48:18','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,14,15,7,9,11,16,12,13\" _builder_version=\"3.19.13\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_text _builder_version=\"3.19.13\"]<button class=\"filter-btn\" data-filter=\"all\">Show All</button>\n<button class=\"filter-btn\" data-filter=\".category-articles\">Articles</button>\n<button class=\"filter-btn\" data-filter=\".category-press-releases\">Press Releases</button>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Test','','inherit','closed','closed','','1610-revision-v1','','','2019-02-22 13:48:18','2019-02-22 13:48:18','',1610,'http://02e3761.netsolhost.com/test/2019/02/22/1610-revision-v1/',0,'revision','',0),(1619,1,'2019-02-22 13:50:21','2019-02-22 13:50:21','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,14,15,7,9,11,16,12,13\" _builder_version=\"3.19.13\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_text _builder_version=\"3.19.13\"]<button class=\"filter-btn\" data-filter=\"all\">Show All</button>\n<button class=\"filter-btn\" data-filter=\".category.commercial\">Commercial</button>\n<button class=\"filter-btn\" data-category-slug=\"commercial\">Commercial 2</button>\n\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Test','','inherit','closed','closed','','1610-revision-v1','','','2019-02-22 13:50:21','2019-02-22 13:50:21','',1610,'http://02e3761.netsolhost.com/test/2019/02/22/1610-revision-v1/',0,'revision','',0),(1622,1,'2019-02-22 13:51:37','2019-02-22 13:51:37','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,14,15,7,9,11,16,12,13\" _builder_version=\"3.19.13\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_text _builder_version=\"3.19.13\"]<li class=\"et_pb_portfolio_filter\"><a href=\"#\" data-category-slug=\"aviation\">Aviation</a></li>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Test','','inherit','closed','closed','','1610-revision-v1','','','2019-02-22 13:51:37','2019-02-22 13:51:37','',1610,'http://02e3761.netsolhost.com/test/2019/02/22/1610-revision-v1/',0,'revision','',0),(1624,1,'2019-02-22 13:53:49','2019-02-22 13:53:49','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,14,15,7,9,11,16,12,13\" _builder_version=\"3.19.13\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_text _builder_version=\"3.19.13\"]<ul><li class=\"et_pb_portfolio_filter\"><a href=\"\" data-category-slug=\"aviation\">Aviation</a></li></ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Test','','inherit','closed','closed','','1610-revision-v1','','','2019-02-22 13:53:49','2019-02-22 13:53:49','',1610,'http://02e3761.netsolhost.com/test/2019/02/22/1610-revision-v1/',0,'revision','',0),(1626,1,'2019-02-22 13:59:52','2019-02-22 13:59:52','[et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\" module_id=\"myfp\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,14,15,7,9,11,16,12,13\" _builder_version=\"3.19.13\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Test','','inherit','closed','closed','','1610-revision-v1','','','2019-02-22 13:59:52','2019-02-22 13:59:52','',1610,'http://02e3761.netsolhost.com/test/2019/02/22/1610-revision-v1/',0,'revision','',0),(1629,1,'2019-02-22 14:01:50','2019-02-22 14:01:50','[et_pb_section fb_built=\"1\" module_id=\"myfp\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,14,15,7,9,11,16,12,13\" _builder_version=\"3.19.13\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_text _builder_version=\"3.19.13\"]<ul>\n<li><a href=\"/#myfp|commercial\">Commercial</a></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Test','','inherit','closed','closed','','1610-revision-v1','','','2019-02-22 14:01:50','2019-02-22 14:01:50','',1610,'http://02e3761.netsolhost.com/test/2019/02/22/1610-revision-v1/',0,'revision','',0),(1631,1,'2019-02-22 14:03:06','2019-02-22 14:03:06','[et_pb_section fb_built=\"1\" module_id=\"myfp\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,14,15,7,9,11,16,12,13\" _builder_version=\"3.19.13\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_text _builder_version=\"3.19.13\"]<ul>\n<li><a href=\"/test/portfolio-test/#myfp|commercial\">Commercial</a></li>\n</ul>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Portfolio Test','','inherit','closed','closed','','1610-revision-v1','','','2019-02-22 14:03:06','2019-02-22 14:03:06','',1610,'http://02e3761.netsolhost.com/test/2019/02/22/1610-revision-v1/',0,'revision','',0),(1634,1,'2019-02-22 14:05:25','2019-02-22 14:05:25','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.13\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9,14,15,11,16,12,13\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" pagination_font=\"||||||||\" background_layout=\"dark\" custom_padding=\"0px||0px\" module_id=\"mcha-fp\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_code _builder_version=\"3.19.13\"]<ul><!-- [et_pb_line_break_holder] --><li><a href=\"/test/portfolio-test/#mcha-fp|commercial\">Commercial</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-22 14:05:25','2019-02-22 14:05:25','',11,'http://02e3761.netsolhost.com/test/2019/02/22/11-revision-v1/',0,'revision','',0),(1635,1,'2019-02-22 14:06:33','2019-02-22 14:06:33','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.13\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9,14,15,11,16,12,13\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" module_id=\"mcha-fp\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" pagination_font=\"||||||||\" background_layout=\"dark\" custom_padding=\"0px||0px\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_code _builder_version=\"3.19.13\"]<ul><!-- [et_pb_line_break_holder] --><li><a href=\"/test/projects/#mcha-fp|commercial\">Commercial</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-22 14:06:33','2019-02-22 14:06:33','',11,'http://02e3761.netsolhost.com/test/2019/02/22/11-revision-v1/',0,'revision','',0),(1638,1,'2019-02-22 14:07:35','2019-02-22 14:07:35','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.13\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9,14,15,11,16,12,13\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" module_id=\"mcha-fp\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" pagination_font=\"||||||||\" background_layout=\"dark\" custom_padding=\"0px||0px\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_code _builder_version=\"3.19.13\"]<ul><!-- [et_pb_line_break_holder] --><li><a href=\"/test/projects/#mcha-fp|Commercial\">Commercial</a></li><!-- [et_pb_line_break_holder] --></ul>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-22 14:07:35','2019-02-22 14:07:35','',11,'http://02e3761.netsolhost.com/test/2019/02/22/11-revision-v1/',0,'revision','',0),(1639,1,'2019-02-22 14:08:44','2019-02-22 14:08:44','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.13\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9,14,15,11,16,12,13\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" module_id=\"mcha-fp\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" pagination_font=\"||||||||\" background_layout=\"dark\" custom_padding=\"0px||0px\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-22 14:08:44','2019-02-22 14:08:44','',11,'http://02e3761.netsolhost.com/test/2019/02/22/11-revision-v1/',0,'revision','',0),(1643,1,'2019-02-22 14:19:57','2019-02-22 14:19:57','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.13\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9,14,15,11,16,12,13\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" module_id=\"mcha-fp\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" pagination_font=\"||||||||\" background_layout=\"dark\" custom_padding=\"0px||0px\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.19.13\"][et_pb_row _builder_version=\"3.19.13\"][et_pb_column type=\"4_4\" _builder_version=\"3.19.13\"][et_pb_code _builder_version=\"3.19.13\"]<a href=\"/test/projects/#mcha-fp|Commercial|\">Commercial</a>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-22 14:19:57','2019-02-22 14:19:57','',11,'http://02e3761.netsolhost.com/test/2019/02/22/11-revision-v1/',0,'revision','',0),(1644,1,'2019-02-22 14:21:08','2019-02-22 14:21:08','[et_pb_section fb_built=\"1\" admin_label=\"section\" module_class=\"project-slide-section\" _builder_version=\"3.19.13\" custom_margin=\"0px||0px\" custom_padding=\"0px||0px\"][et_pb_row custom_padding=\"||\" admin_label=\"row\" _builder_version=\"3.19.10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\"][et_pb_filterable_portfolio fullwidth=\"off\" include_categories=\"8,7,9,14,15,11,16,12,13\" zoom_icon_color=\"rgba(0,0,0,0)\" hover_overlay_color=\"rgba(0,0,0,0)\" module_id=\"mcha-fp\" _builder_version=\"3.19.13\" title_font=\"||||||||\" filter_font=\"||||||||\" pagination_font=\"||||||||\" background_layout=\"dark\" custom_padding=\"0px||0px\"][/et_pb_filterable_portfolio][/et_pb_column][/et_pb_row][/et_pb_section]','Projects','','inherit','closed','closed','','11-revision-v1','','','2019-02-22 14:21:08','2019-02-22 14:21:08','',11,'http://02e3761.netsolhost.com/test/2019/02/22/11-revision-v1/',0,'revision','',0),(1646,1,'2019-02-22 14:30:11','2019-02-22 14:30:11','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \".et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 27px !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\n\\tposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nmin-width: 1080px !important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-22 14:30:11\"\n }\n}','','','trash','closed','closed','','15053f73-b811-4305-91dd-2fc4542fdb2e','','','2019-02-22 14:30:11','2019-02-22 14:30:11','',0,'http://02e3761.netsolhost.com/test/2019/02/22/15053f73-b811-4305-91dd-2fc4542fdb2e/',0,'customize_changeset','',0),(1647,1,'2019-02-22 14:30:11','2019-02-22 14:30:11','.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 27px !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\n position: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nmin-width: 1080px !important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-22 14:30:11','2019-02-22 14:30:11','',857,'http://02e3761.netsolhost.com/test/2019/02/22/857-revision-v1/',0,'revision','',0),(1649,1,'2019-02-25 18:24:49','2019-02-25 18:24:49','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#wpadminbar {display: none;}\\n\\n.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 27px !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\n\\tposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nmin-width: 1080px !important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-25 18:24:49\"\n }\n}','','','trash','closed','closed','','8f50c51e-982f-4255-b450-5897b5ef3e21','','','2019-02-25 18:24:49','2019-02-25 18:24:49','',0,'http://02e3761.netsolhost.com/test/2019/02/25/8f50c51e-982f-4255-b450-5897b5ef3e21/',0,'customize_changeset','',0),(1650,1,'2019-02-25 18:24:49','2019-02-25 18:24:49','#wpadminbar {display: none;}\n\n.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 27px !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\n position: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nmin-width: 1080px !important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-25 18:24:49','2019-02-25 18:24:49','',857,'http://02e3761.netsolhost.com/test/2019/02/25/857-revision-v1/',0,'revision','',0),(1651,1,'2019-02-25 18:26:17','2019-02-25 18:26:17','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#wpadminbar {display: none;}\\n\\n.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 0 !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\n\\tposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nmin-width: 1080px !important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-25 18:26:17\"\n }\n}','','','trash','closed','closed','','df2348d5-d3e3-4125-b4f2-71af994fdeba','','','2019-02-25 18:26:17','2019-02-25 18:26:17','',0,'http://02e3761.netsolhost.com/test/2019/02/25/df2348d5-d3e3-4125-b4f2-71af994fdeba/',0,'customize_changeset','',0),(1652,1,'2019-02-25 18:26:17','2019-02-25 18:26:17','#wpadminbar {display: none;}\n\n.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 0 !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\n position: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nmin-width: 1080px !important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-25 18:26:17','2019-02-25 18:26:17','',857,'http://02e3761.netsolhost.com/test/2019/02/25/857-revision-v1/',0,'revision','',0),(1653,1,'2019-02-25 18:27:49','2019-02-25 18:27:49','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#wpadminbar {display: none;}\\n\\n.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n\\ttop: 0 !important;\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 0 !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -20px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -20px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\n\\tposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nmin-width: 1080px !important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-25 18:27:49\"\n }\n}','','','trash','closed','closed','','ec22005e-8de6-4703-b8d6-847c967a512e','','','2019-02-25 18:27:49','2019-02-25 18:27:49','',0,'http://02e3761.netsolhost.com/test/2019/02/25/ec22005e-8de6-4703-b8d6-847c967a512e/',0,'customize_changeset','',0),(1654,1,'2019-02-25 18:27:50','2019-02-25 18:27:50','#wpadminbar {display: none;}\n\n.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n top: 0 !important;\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 0 !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -20px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -20px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\n position: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nmin-width: 1080px !important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-25 18:27:50','2019-02-25 18:27:50','',857,'http://02e3761.netsolhost.com/test/2019/02/25/857-revision-v1/',0,'revision','',0),(1655,1,'2019-02-25 18:30:59','2019-02-25 18:30:59','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#wpadminbar {display: none;}\\n\\n.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n\\ttop: 0 !important;\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 0 !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -50px;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -50px;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\n\\tposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nmin-width: 1080px !important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-25 18:30:59\"\n }\n}','','','trash','closed','closed','','ff063b01-2ba9-44b2-8160-8d17ebe6b8d8','','','2019-02-25 18:30:59','2019-02-25 18:30:59','',0,'http://02e3761.netsolhost.com/test/?p=1655',0,'customize_changeset','',0),(1656,1,'2019-02-25 18:30:59','2019-02-25 18:30:59','#wpadminbar {display: none;}\n\n.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n top: 0 !important;\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 0 !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -50px;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -50px;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\n position: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nmin-width: 1080px !important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-25 18:30:59','2019-02-25 18:30:59','',857,'http://02e3761.netsolhost.com/test/2019/02/25/857-revision-v1/',0,'revision','',0),(1657,1,'2019-02-25 18:32:38','2019-02-25 18:32:38','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#wpadminbar {display: none;}\\n\\n.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n\\ttop: 0 !important;\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 0 !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -50px !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -50px !important;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\n\\tposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nmin-width: 1080px !important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-25 18:32:38\"\n }\n}','','','trash','closed','closed','','c3f307c0-d0b5-48da-bf3b-421a64254925','','','2019-02-25 18:32:38','2019-02-25 18:32:38','',0,'http://02e3761.netsolhost.com/test/2019/02/25/c3f307c0-d0b5-48da-bf3b-421a64254925/',0,'customize_changeset','',0),(1658,1,'2019-02-25 18:32:39','2019-02-25 18:32:39','#wpadminbar {display: none;}\n\n.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n top: 0 !important;\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 0 !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -50px !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -50px !important;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\n position: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nmin-width: 1080px !important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-25 18:32:39','2019-02-25 18:32:39','',857,'http://02e3761.netsolhost.com/test/2019/02/25/857-revision-v1/',0,'revision','',0),(1659,1,'2019-02-25 18:36:18','2019-02-25 18:36:18','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#wpadminbar {display: none;}\\n\\n.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nbody.home #page-container {\\n\\tmargin-top: -50px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n\\ttop: 0 !important;\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 0 !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -50px !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -50px !important;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\n\\tposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nmin-width: 1080px !important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-25 18:36:18\"\n }\n}','','','trash','closed','closed','','bf43b8b5-21a0-4999-a77b-e828b8045802','','','2019-02-25 18:36:18','2019-02-25 18:36:18','',0,'http://02e3761.netsolhost.com/test/2019/02/25/bf43b8b5-21a0-4999-a77b-e828b8045802/',0,'customize_changeset','',0),(1660,1,'2019-02-25 18:36:19','2019-02-25 18:36:19','#wpadminbar {display: none;}\n\n.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nbody.home #page-container {\n margin-top: -50px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n top: 0 !important;\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 0 !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -50px !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -50px !important;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\n position: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nmin-width: 1080px !important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-25 18:36:19','2019-02-25 18:36:19','',857,'http://02e3761.netsolhost.com/test/2019/02/25/857-revision-v1/',0,'revision','',0),(1661,1,'2019-02-25 18:38:04','2019-02-25 18:38:04','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#wpadminbar {display: none;}\\n\\n.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nbody.home .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -50px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n\\ttop: 0 !important;\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 0 !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -50px !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -50px !important;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\n\\tposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nmin-width: 1080px !important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-25 18:38:04\"\n }\n}','','','trash','closed','closed','','5a1cdd8d-bb5b-4830-a819-42eda356df77','','','2019-02-25 18:38:04','2019-02-25 18:38:04','',0,'http://02e3761.netsolhost.com/test/2019/02/25/5a1cdd8d-bb5b-4830-a819-42eda356df77/',0,'customize_changeset','',0),(1662,1,'2019-02-25 18:38:06','2019-02-25 18:38:06','#wpadminbar {display: none;}\n\n.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nbody.home .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -50px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n top: 0 !important;\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 0 !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -50px !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -50px !important;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\n position: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nmin-width: 1080px !important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-25 18:38:06','2019-02-25 18:38:06','',857,'http://02e3761.netsolhost.com/test/2019/02/25/857-revision-v1/',0,'revision','',0),(1663,1,'2019-02-25 18:39:27','2019-02-25 18:39:27','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#wpadminbar {display: none;}\\n\\n.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nbody.home #page-container {\\n\\tmargin-top: -50px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n\\ttop: 0 !important;\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 0 !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -50px !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -50px !important;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\n\\tposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nmin-width: 1080px !important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-25 18:39:27\"\n }\n}','','','trash','closed','closed','','ac9e0f0e-3958-446a-a0f6-60ebb97a2e80','','','2019-02-25 18:39:27','2019-02-25 18:39:27','',0,'http://02e3761.netsolhost.com/test/2019/02/25/ac9e0f0e-3958-446a-a0f6-60ebb97a2e80/',0,'customize_changeset','',0),(1664,1,'2019-02-25 18:39:28','2019-02-25 18:39:28','#wpadminbar {display: none;}\n\n.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nbody.home #page-container {\n margin-top: -50px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n top: 0 !important;\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 0 !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -50px !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -50px !important;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\n position: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nmin-width: 1080px !important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-25 18:39:28','2019-02-25 18:39:28','',857,'http://02e3761.netsolhost.com/test/2019/02/25/857-revision-v1/',0,'revision','',0),(1665,1,'2019-02-25 18:41:25','2019-02-25 18:41:25','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#wpadminbar {display: none;}\\n\\n.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nbody.home #page-container {\\n\\tmargin-top: -50px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -5px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #page-container {\\n\\tpadding-top: 50px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n\\ttop: 0 !important;\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 0 !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -50px !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -50px !important;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\n\\tposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nmin-width: 1080px !important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-25 18:41:19\"\n }\n}','','','trash','closed','closed','','a2186e2b-4571-495e-a751-43b167076b5e','','','2019-02-25 18:41:25','2019-02-25 18:41:25','',0,'http://02e3761.netsolhost.com/test/?p=1665',0,'customize_changeset','',0),(1666,1,'2019-02-25 18:41:25','2019-02-25 18:41:25','#wpadminbar {display: none;}\n\n.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nbody.home #page-container {\n margin-top: -50px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -5px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #page-container {\n padding-top: 50px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n top: 0 !important;\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 0 !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -50px !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -50px !important;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\n position: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nmin-width: 1080px !important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-25 18:41:25','2019-02-25 18:41:25','',857,'http://02e3761.netsolhost.com/test/2019/02/25/857-revision-v1/',0,'revision','',0),(1667,1,'2019-02-25 18:45:20','2019-02-25 18:45:20','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#wpadminbar {display: none;}\\n\\n.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -50px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #page-container {\\n\\tpadding-top: 50px;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n\\ttop: 0 !important;\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 0 !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -50px !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -50px !important;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\n\\tposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nmin-width: 1080px !important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-25 18:45:20\"\n }\n}','','','trash','closed','closed','','46be4cfb-0d4b-426a-bfea-f8a4865282bf','','','2019-02-25 18:45:20','2019-02-25 18:45:20','',0,'http://02e3761.netsolhost.com/test/2019/02/25/46be4cfb-0d4b-426a-bfea-f8a4865282bf/',0,'customize_changeset','',0),(1668,1,'2019-02-25 18:45:20','2019-02-25 18:45:20','#wpadminbar {display: none;}\n\n.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -50px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #page-container {\n padding-top: 50px;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n top: 0 !important;\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 0 !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -50px !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -50px !important;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\n position: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nmin-width: 1080px !important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-25 18:45:20','2019-02-25 18:45:20','',857,'http://02e3761.netsolhost.com/test/2019/02/25/857-revision-v1/',0,'revision','',0),(1669,1,'2019-02-25 18:46:55','2019-02-25 18:46:55','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#wpadminbar {display: none;}\\n\\n.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\\n\\tmargin-top: -1px !important;\\n}\\n\\nh1 {\\n\\tmargin: 0 0 30px 0 !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\n#top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\n#logo {\\n\\tmargin: -10px 0 0 -4px;\\n}\\n\\nbody.home {\\n\\tmargin-top: -50px;\\n}\\n\\nbody.home #logo {\\n\\tmargin: 0 0 0 -4px;\\n}\\n\\nbody.single-project #logo { margin: 9px 0 0 -4px;\\n}\\n\\nbody.page-id-11 #page-container {\\n\\tpadding-top: 50px !important;\\n}\\n\\nbody.page-id-11 #logo {\\n\\tmargin: 22px 0 0 -4px;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\t/*padding: 0 0 35px 0;*/\\n\\ttop: 0 !important;\\n}\\n\\n#main-header.et-fixed-header {\\n\\tbackground: #fff;\\n\\ttop: 0 !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n}\\n\\nbody.home #et-top-navigation {\\n padding: 45px 0 20px 0 !important;\\n}\\n\\n#et-top-navigation {\\n\\tpadding: 45px 0 0 0 !important;\\n}\\n\\n#et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 22px !important;\\n}\\n\\nbody.single-project #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 35px !important;\\n}\\n\\n.et-fixed-header #et-top-navigation nav > ul > li > a {\\n\\tpadding-bottom: 21px !important;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -98px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #main-content {\\n\\tmargin-top: -80px;\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n}\\n\\n .ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n.et-fixed-header #et-secondary-nav {\\n\\tmargin-top: 2px;\\n\\tmargin-bottom: 6px;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -50px !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -50px !important;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\n\\tposition: fixed!important;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nmin-width: 1080px !important;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 26px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\\n\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-02-25 18:46:49\"\n }\n}','','','trash','closed','closed','','146e8ddc-49ec-4248-91db-6b5bfafc118b','','','2019-02-25 18:46:55','2019-02-25 18:46:55','',0,'http://02e3761.netsolhost.com/test/?p=1669',0,'customize_changeset','',0),(1670,1,'2019-02-25 18:46:56','2019-02-25 18:46:56','#wpadminbar {display: none;}\n\n.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {\n margin-top: -1px !important;\n}\n\nh1 {\n margin: 0 0 30px 0 !important;\n}\n\n#top-header {\n display: none;\n}\n\n#top-menu li a {\n font-size: 26px !important;\n }\n\n#logo {\n margin: -10px 0 0 -4px;\n}\n\nbody.home {\n margin-top: -50px;\n}\n\nbody.home #logo {\n margin: 0 0 0 -4px;\n}\n\nbody.single-project #logo { margin: 9px 0 0 -4px;\n}\n\nbody.page-id-11 #page-container {\n padding-top: 50px !important;\n}\n\nbody.page-id-11 #logo {\n margin: 22px 0 0 -4px;\n}\n\n#main-header {\n background-image: url(\"http://02e3761.netsolhost.com/test/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n /*padding: 0 0 35px 0;*/\n top: 0 !important;\n}\n\n#main-header.et-fixed-header {\n background: #fff;\n top: 0 !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n}\n\nbody.home #et-top-navigation {\n padding: 45px 0 20px 0 !important;\n}\n\n#et-top-navigation {\n padding: 45px 0 0 0 !important;\n}\n\n#et-top-navigation nav > ul > li > a {\n padding-bottom: 22px !important;\n}\n\nbody.single-project #et-top-navigation nav > ul > li > a {\n padding-bottom: 35px !important;\n}\n\n.et-fixed-header #et-top-navigation nav > ul > li > a {\n padding-bottom: 21px !important;\n}\n\nbody.home #et-main-area {\n margin-top: -98px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #main-content {\n margin-top: -80px;\n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n}\n\n .ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n.et-fixed-header #et-secondary-nav {\n margin-top: 2px;\n margin-bottom: 6px;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -50px !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -50px !important;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\n position: fixed!important;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nmin-width: 1080px !important;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 26px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}\n','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-02-25 18:46:56','2019-02-25 18:46:56','',857,'http://02e3761.netsolhost.com/test/2019/02/25/857-revision-v1/',0,'revision','',0),(1671,1,'2019-03-06 17:44:56','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2019-03-06 17:44:56','0000-00-00 00:00:00','',0,'http://02e3761.netsolhost.com/test/?p=1671',0,'post','',0),(1672,1,'2019-03-08 18:48:21','2019-03-08 18:48:21','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \".et-animated-content {\\n\\tdisplay: none;\\n}\\n\\n#main-header {\\n\\tbackground-image: url(\\\"http://mcha.adrianmiddleton.co.uk/mcha/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\ttop: 0px !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\nbody.home #main-header {\\n\\tbackground-color: transparent !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n\\tbackground-color: #fff;\\n}\\n\\nbody.page-id-15 img#logo {\\n\\tmargin-top: -18px;\\n}\\n\\nbody.page-id-13 img#logo {\\n\\tmargin-top: -18px;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -110px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #page-container {\\n\\tpadding-top: 110px !important;\\n}\\n\\nbody.home #main-content {\\n\\t\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n} \\n\\n.ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n\\tmargin-top: -15px;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -10px !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -10px !important;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tfont-size: 14px;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (max-width: 1335px) {\\n\\t.et_pb_portfolio_filters {\\n\\tposition: fixed!important;\\n\\t\\tmin-width: 80% !important;\\n\\t\\tmax-width: 1080px !important;}\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\n\\tposition: fixed;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nmin-width: 1080px;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n@media (max-width: 1050px) {\\n#et_mobile_nav_menu {\\n display: block !important;\\n\\t}\\n\\t#top-menu {\\n display: none;\\n}\\n\\t#et-secondary-menu {\\n\\t\\tdisplay: none;\\n\\t}\\n\\t.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5;}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-03-08 18:48:21\"\n }\n}','','','trash','closed','closed','','f7ad7c1b-ab3d-4194-8419-66f68891b6d5','','','2019-03-08 18:48:21','2019-03-08 18:48:21','',0,'http://02e3761.netsolhost.com/test/2019/03/08/f7ad7c1b-ab3d-4194-8419-66f68891b6d5/',0,'customize_changeset','',0),(1673,1,'2019-03-08 18:48:23','2019-03-08 18:48:23','.et-animated-content {\n display: none;\n}\n\n#main-header {\n background-image: url(\"http://mcha.adrianmiddleton.co.uk/mcha/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n top: 0px !important;\n}\n\n#top-header {\n display: none;\n}\n\nbody.home #main-header {\n background-color: transparent !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n background-color: #fff;\n}\n\nbody.page-id-15 img#logo {\n margin-top: -18px;\n}\n\nbody.page-id-13 img#logo {\n margin-top: -18px;\n}\n\nbody.home #et-main-area {\n margin-top: -110px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #page-container {\n padding-top: 110px !important;\n}\n\nbody.home #main-content {\n \n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n} \n\n.ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n margin-top: -15px;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -10px !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -10px !important;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n font-size: 14px;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (max-width: 1335px) {\n .et_pb_portfolio_filters {\n position: fixed!important;\n min-width: 80% !important;\n max-width: 1080px !important;}\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\n position: fixed;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nmin-width: 1080px;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n@media (max-width: 1050px) {\n#et_mobile_nav_menu {\n display: block !important;\n }\n #top-menu {\n display: none;\n}\n #et-secondary-menu {\n display: none;\n }\n .et_pb_filterable_portfolio .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5;}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-03-08 18:48:23','2019-03-08 18:48:23','',857,'http://02e3761.netsolhost.com/test/2019/03/08/857-revision-v1/',0,'revision','',0),(1674,1,'2019-03-08 18:49:44','2019-03-08 18:49:44','{\n \"custom_css[MCHA-Child-Theme-Divi]\": {\n \"value\": \"#main-header {\\n\\tbackground-image: url(\\\"http://mcha.adrianmiddleton.co.uk/mcha/wp-content/uploads/2019/01/home-header-opaque-background.png\\\") !important;\\n\\tbackground-color: transparent;\\n\\ttop: 0px !important;\\n}\\n\\n#top-header {\\n\\tdisplay: none;\\n}\\n\\nbody.home #main-header {\\n\\tbackground-color: transparent !important;\\n}\\n\\nheader#main-header.et-fixed-header, #main-header{\\n\\t-webkit-box-shadow:none !important;\\n\\t-moz-box-shadow:none !important;\\n\\tbox-shadow:none !important;\\n\\tbackground-color: #fff;\\n}\\n\\nbody.page-id-15 img#logo {\\n\\tmargin-top: -18px;\\n}\\n\\nbody.page-id-13 img#logo {\\n\\tmargin-top: -18px;\\n}\\n\\nbody.home #et-main-area {\\n\\tmargin-top: -110px;\\n}\\n\\nbody.home {\\n\\toverflow-y: hidden;\\n}\\n\\nbody.home #page-container {\\n\\tpadding-top: 110px !important;\\n}\\n\\nbody.home #main-content {\\n\\t\\n}\\n\\nbody.home footer {\\n\\tdisplay: none;\\n}\\n\\nnav#top-menu-nav {\\n\\tfloat: right;\\n}\\n\\n#top-menu a {\\n\\ttext-transform: lowercase;\\n\\tfont-weight: 700;\\n\\t/*text-shadow: 1px 1px 1px #171da5;\\n\\tfont-size: 25px !important;*/\\n} \\n\\n.ds-fw-slider .et_pb_slides .et_pb_container {\\n display: flex;\\n align-items: flex-end;\\n width: 100%;\\n min-width: 100%;\\n }\\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\\n display: -webkit-box;\\n display: -ms-flexbox;\\n display: flex;\\n padding: 2%;\\n }\\n .ds-fw-slider .et_pb_slide {\\n padding: 0;\\n min-height: 100vh;\\n height: 100vh;\\n }\\n .ds-fw-slider .et_pb_slide_description {\\n width: 100%;\\n margin: 0;\\n padding: 0;\\n }\\n\\n#et-secondary-menu {\\n display: none; \\n\\tclear: both;\\n}\\n\\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\\n\\tdisplay: block; \\n\\tclear: both;\\n\\tmargin-top: -15px;\\n}\\n\\n#et-secondary-nav {\\n\\tfloat: left !important;\\n}\\n\\n#et-secondary-nav li {\\n\\tfloat: left !important;\\n\\tmargin: 0 0 0 15px;\\n}\\n\\n#et-secondary-nav li a {\\n\\ttext-transform: lowercase;\\n}\\n\\n.office-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-15 .office-links {\\n\\tdisplay: block !important;\\n}\\n\\n.community-links {\\n\\tdisplay: none !important;\\n}\\n\\nbody.page-id-13 .community-links {\\n\\tdisplay: block !important;\\n}\\n\\n#profile {\\n\\tmargin-top: -10px !important;\\n}\\n\\n#team .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#employment .et_pb_row {\\n padding-top: 20px;\\n}\\n\\n#community {\\n\\tmargin-top: -10px !important;\\n}\\n\\n.map {\\n-webkit-filter: grayscale(100%);\\n -moz-filter: grayscale(100%);\\n -ms-filter: grayscale(100%);\\n -o-filter: grayscale(100%);\\n filter: grayscale(100%);\\n}\\n\\n.note {\\n\\tcolor: #828282;\\n\\tfont-style: italic;\\n\\tpadding: 10px 0;\\n\\tline-height: 1.2em;\\n}\\n\\n/* Image with text overlay */\\n\\n.image-with-text-overlay h1 {\\n\\tfont-size: 60px;\\n}\\n\\n.getinvolved {\\n\\tfont-size: 18px;\\n\\tmargin: 15px 0;\\n}\\n\\n.getinvolved span {\\n\\tfont-weight: 700;\\n\\tfont-size: 20px;\\n}\\n\\n.et_pb_grid_item {\\n\\twidth: 32%;\\nmargin-right: 21px !important;\\n\\tmargin-bottom: 21px !important;\\n}\\n\\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\\n\\tclear: none !important;\\n}\\n\\n.last_in_row {\\n\\tmargin-right: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\\n\\tborder-top: 0 !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\tmargin: -35px 0 0 -2px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\\n\\tfont-size: 14px;\\n\\ttext-align: right;\\nmargin-left: 7px;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\\n\\tcolor: #5c92e5 !important;\\n\\tfont-weight: bold;\\n\\tfont-size: 14px;\\n\\tborder: 0 !important;\\n\\ttext-transform: lowercase;\\n\\tpadding: 15px 0 10px 14px !important;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\\ncolor: #171da5 !important;\\n\\tbackground: none;\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\\n\\tbackground: none;\\n\\tcolor: #8db3ed !important;\\n}\\n\\n.et_pb_portfolio_item{\\n position: relative;\\n}\\n\\n.et_pb_filterable_portfolio_0 .et_overlay {\\n background-color: rgba(0,0,0,0.5) !important;\\n\\tborder-color: transparent;\\n}\\n\\n.et_pb_portfolio_item h2{ \\n position: absolute;\\n top:5%;\\n left:7%;\\n\\t font-weight: 700;\\n\\t font-size: 30px;\\n display:none;\\n transform: translate3d(0px, 0px, 0px);\\n transition: all 0.3s ease 0s;\\n }\\n.et_pb_portfolio_item:hover h2{\\n\\tdisplay:block;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_portfolio_item .post-meta {\\n\\tdisplay: none;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n}\\n\\n.et_pb_portfolio_item:hover .post-meta {\\n\\tdisplay: block;\\n\\tposition: absolute;\\n\\tbottom:5%;\\n left:7%;\\n\\tfont-weight: 700;\\n\\tz-index: 9999;\\ncolor: #fff !important;\\n}\\n\\n.et_pb_slide {\\n\\tpadding: 0;\\n}\\n\\nbody.home .et-pb-arrow-next {\\nopacity: 0;\\nright: 22px;\\n}\\n\\nbody.home .et-pb-arrow-prev{\\nopacity: 0;\\nleft: 22px;\\n}\\n\\n.et-pb-arrow-next {\\nopacity: 1;\\nright: 22px;\\n}\\n\\n.et-pb-arrow-prev{\\nopacity: 1;\\nleft: 22px;\\n}\\n\\n.project-slide-section {\\n\\tpadding: 0;\\n}\\n\\n.et_pb_bg_layout_dark .et_pb_slide_description {\\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\\n}\\n\\n.project-slider div.et_pb_slide_content {\\n\\tposition: absolute;\\n\\tbottom: 0;\\n\\tleft: 0;\\n\\twidth: 100%;\\npadding: 10px 0;\\nbackground: #fff;\\ntext-align: center;\\n}\\n\\n@media (max-width: 1335px) {\\n\\t.et_pb_portfolio_filters {\\n\\tposition: fixed!important;\\n\\t\\tmin-width: 80% !important;\\n\\t\\tmax-width: 1080px !important;}\\n}\\n\\n@media (min-width: 981px) {\\n.et_pb_portfolio_filters {\\n\\tposition: fixed;\\nz-index: 9999999!important;\\nmargin: -30px 0 0 0;\\nmin-width: 1080px;\\nbackground: #fff !important;\\n}\\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\\npadding-top: 7px !important;\\n}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 31.5% !important;\\n\\t}\\n}\\n\\n@media (max-width: 1050px) {\\n#et_mobile_nav_menu {\\n display: block !important;\\n\\t}\\n\\t#top-menu {\\n display: none;\\n}\\n\\t#et-secondary-menu {\\n\\t\\tdisplay: none;\\n\\t}\\n\\t.et_pb_filterable_portfolio .et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\\n\\tfloat: right;\\n}\\n\\n/* File Upload Section */\\n\\n.wpcf7-form label {\\n\\tdisplay: none;\\n}\\n\\n.wpcf7-text {display: none;}\\n\\n/* === Begin: Set the divi slider height === */\\n\\n/* Desktop */\\n.project-slider .et_pb_slide .et_pb_container {\\n\\theight: auto !important;\\n\\tmin-height: 500px !important;\\n}\\n/* Tablet */\\n@media only screen and (min-width: 768px) and (max-width: 980px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n}\\n/* Phone */\\n@media only screen and (max-width: 767px) {\\n\\t.project-slider .et_pb_slide .et_pb_container {\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: 500px !important;\\n\\t}\\n\\t.et_pb_portfolio_item .et_pb_grid_item {\\n\\t\\twidth: 50% !important;\\n\\t}\\n}\\n\\n/* Handle padding */\\n.project-slider .et_pb_slide {\\n\\tpadding-bottom: 0px !important;\\n}\\n.project-slider div.et_pb_slide_description, \\n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\\n\\tpadding-top: 1%;\\n\\tpadding-bottom: 1%;\\n}\\n\\n/* === End: Set divi slider height === */\\n\\ntable.responsive {\\nborder-top: 3px solid #000;\\n\\tborder-right: 0;\\n\\tborder-bottom: 3px solid #000;\\n\\tborder-left: 0;\\n\\tborder-collapse: collapse;\\nwidth: 100%;\\n}\\n\\ntable.responsive th, table.responsive td {\\npadding: 18px 8px;\\ntext-align: left;\\nborder-bottom: 1px solid #ddd;\\n}\\n\\ntable.responsive tr {\\n\\tborder-top: 3px solid #000;\\n}\\n\\ntable.responsive tr:hover{background-color:#f5f5f5;}\\n\\n/* Footer */\\n\\n#footer-widgets {\\n padding: 0;\\n}\\n\\n.footer-widget {\\n float: none;\\n text-align: center;\\n margin: 0 auto;\\n}\\n\\n.footer-widget .et_pb_widget {\\n\\tfloat: none !important;\\n}\\n\\n.footer-content {\\n\\tmargin: 0 auto;\\n\\ttext-align: center;\\n}\\n\\n#footer-widgets .footer-widget li {\\n\\tpadding: 0 !important;\\n}\\n\\n.footer-widget li::before {\\n\\tdisplay: none;\\n}\\n\\n.footer-content li {\\n\\tdisplay: inline-block;\\n\\tmargin: 0;\\n}\\n\\n.footer-content li a {\\n\\tcolor: #7c7c7c;\\n}\\n\\n.footer-content span {\\n\\tmargin: 0 7px;\\n}\\n\\ninput.wpcf7-submit {\\n\\tmargin: 10px 0 30px 0;\\n\\tbackground-color: #666;\\n\\tcolor: #fff;\\n\\tfont-weight: 700;\\n\\tpadding: 7px 15px 7px 15px;\\n\\tborder-radius: 3px;\\n\\tborder: 1px solid #666;\\n}\\n\\ninput.wpcf7-submit:hover {\\n\\tcursor: pointer;\\n\\tbackground-color: #333;\\n}\\n\\n/*** Mobile Styling ***/\\n\\n@media all and (max-width:480px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 50px 0 !important;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\tmargin-top: 15px !important;\\n\\t}\\n}\\n\\n@media all and (max-width:780px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 80px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n}\\n\\n@media all and (max-width:980px) {\\n\\t#logo {\\n\\t\\tmax-width: 75% !important;\\n\\t}\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 120px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et_pb_portfolio_item h2 {\\n\\t\\tfont-size: 18px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\twidth: 31%;\\nmargin-right: auto !important;\\n\\tmargin-bottom: auto !important;\\n\\t}\\n\\th1 {\\n font-size: 30px !important;\\n\\t}\\n\\t.image-with-text-overlay h1 {\\n\\t\\tfont-size: 30px !important;\\n\\t}\\n\\t.et_pb_portfolio_filters {\\n\\t\\tdisplay: none;\\n\\t}\\n}\\n\\n@media all and (max-width:1080px) {\\n.et_pb_grid_item {\\n\\t\\twidth: 31%;\\n\\t}\\n}\\n\\n@media all and (min-width:1300px) {\\n\\t.image-with-text-overlay .et_pb_text_3 {\\n\\t\\t/*padding: 160px 0;*/\\n\\t\\tpadding: 0;\\n\\t}\\n\\t.et-fixed-header #top-menu li a {\\n\\t\\tfont-size: 24px !important;\\n\\t}\\n\\t.et_pb_grid_item {\\n\\t\\twidth: 32% !important;\\n\\t}\\n}\\n\\n.mPS2id-highlight {\\n\\tcolor: #171da5;\\n}\",\n \"type\": \"custom_css\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2019-03-08 18:49:44\"\n }\n}','','','trash','closed','closed','','d55855fd-437a-4faa-a3a8-828a9f128588','','','2019-03-08 18:49:44','2019-03-08 18:49:44','',0,'http://02e3761.netsolhost.com/test/2019/03/08/d55855fd-437a-4faa-a3a8-828a9f128588/',0,'customize_changeset','',0),(1675,1,'2019-03-08 18:49:44','2019-03-08 18:49:44','#main-header {\n background-image: url(\"http://mcha.adrianmiddleton.co.uk/mcha/wp-content/uploads/2019/01/home-header-opaque-background.png\") !important;\n background-color: transparent;\n top: 0px !important;\n}\n\n#top-header {\n display: none;\n}\n\nbody.home #main-header {\n background-color: transparent !important;\n}\n\nheader#main-header.et-fixed-header, #main-header{\n -webkit-box-shadow:none !important;\n -moz-box-shadow:none !important;\n box-shadow:none !important;\n background-color: #fff;\n}\n\nbody.page-id-15 img#logo {\n margin-top: -18px;\n}\n\nbody.page-id-13 img#logo {\n margin-top: -18px;\n}\n\nbody.home #et-main-area {\n margin-top: -110px;\n}\n\nbody.home {\n overflow-y: hidden;\n}\n\nbody.home #page-container {\n padding-top: 110px !important;\n}\n\nbody.home #main-content {\n \n}\n\nbody.home footer {\n display: none;\n}\n\nnav#top-menu-nav {\n float: right;\n}\n\n#top-menu a {\n text-transform: lowercase;\n font-weight: 700;\n /*text-shadow: 1px 1px 1px #171da5;\n font-size: 25px !important;*/\n} \n\n.ds-fw-slider .et_pb_slides .et_pb_container {\n display: flex;\n align-items: flex-end;\n width: 100%;\n min-width: 100%;\n }\n .ds-fw-slider .et_pb_slides .et_pb_slider_container_inner {\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n padding: 2%;\n }\n .ds-fw-slider .et_pb_slide {\n padding: 0;\n min-height: 100vh;\n height: 100vh;\n }\n .ds-fw-slider .et_pb_slide_description {\n width: 100%;\n margin: 0;\n padding: 0;\n }\n\n#et-secondary-menu {\n display: none; \n clear: both;\n}\n\nbody.page-id-11 #et-secondary-menu, body.page-id-13 #et-secondary-menu, body.page-id-15 #et-secondary-menu {\n display: block; \n clear: both;\n margin-top: -15px;\n}\n\n#et-secondary-nav {\n float: left !important;\n}\n\n#et-secondary-nav li {\n float: left !important;\n margin: 0 0 0 15px;\n}\n\n#et-secondary-nav li a {\n text-transform: lowercase;\n}\n\n.office-links {\n display: none !important;\n}\n\nbody.page-id-15 .office-links {\n display: block !important;\n}\n\n.community-links {\n display: none !important;\n}\n\nbody.page-id-13 .community-links {\n display: block !important;\n}\n\n#profile {\n margin-top: -10px !important;\n}\n\n#team .et_pb_row {\n padding-top: 20px;\n}\n\n#employment .et_pb_row {\n padding-top: 20px;\n}\n\n#community {\n margin-top: -10px !important;\n}\n\n.map {\n-webkit-filter: grayscale(100%);\n -moz-filter: grayscale(100%);\n -ms-filter: grayscale(100%);\n -o-filter: grayscale(100%);\n filter: grayscale(100%);\n}\n\n.note {\n color: #828282;\n font-style: italic;\n padding: 10px 0;\n line-height: 1.2em;\n}\n\n/* Image with text overlay */\n\n.image-with-text-overlay h1 {\n font-size: 60px;\n}\n\n.getinvolved {\n font-size: 18px;\n margin: 15px 0;\n}\n\n.getinvolved span {\n font-weight: 700;\n font-size: 20px;\n}\n\n.et_pb_grid_item {\n width: 32%;\nmargin-right: 21px !important;\n margin-bottom: 21px !important;\n}\n\n.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1){\n clear: none !important;\n}\n\n.last_in_row {\n margin-right: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portofolio_pagination {\n border-top: 0 !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters {\n margin: -35px 0 0 -2px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li {\n font-size: 14px;\n text-align: right;\nmargin-left: 7px;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {\n color: #5c92e5 !important;\n font-weight: bold;\n font-size: 14px;\n border: 0 !important;\n text-transform: lowercase;\n padding: 15px 0 10px 14px !important;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {\ncolor: #171da5 !important;\n background: none;\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover {\n background: none;\n color: #8db3ed !important;\n}\n\n.et_pb_portfolio_item{\n position: relative;\n}\n\n.et_pb_filterable_portfolio_0 .et_overlay {\n background-color: rgba(0,0,0,0.5) !important;\n border-color: transparent;\n}\n\n.et_pb_portfolio_item h2{ \n position: absolute;\n top:5%;\n left:7%;\n font-weight: 700;\n font-size: 30px;\n display:none;\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease 0s;\n }\n.et_pb_portfolio_item:hover h2{\n display:block;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_portfolio_item .post-meta {\n display: none;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n}\n\n.et_pb_portfolio_item:hover .post-meta {\n display: block;\n position: absolute;\n bottom:5%;\n left:7%;\n font-weight: 700;\n z-index: 9999;\ncolor: #fff !important;\n}\n\n.et_pb_slide {\n padding: 0;\n}\n\nbody.home .et-pb-arrow-next {\nopacity: 0;\nright: 22px;\n}\n\nbody.home .et-pb-arrow-prev{\nopacity: 0;\nleft: 22px;\n}\n\n.et-pb-arrow-next {\nopacity: 1;\nright: 22px;\n}\n\n.et-pb-arrow-prev{\nopacity: 1;\nleft: 22px;\n}\n\n.project-slide-section {\n padding: 0;\n}\n\n.et_pb_bg_layout_dark .et_pb_slide_description {\n text-shadow: 0 0 0 rgba(0,0,0,0) !important;\n}\n\n.project-slider div.et_pb_slide_content {\n position: absolute;\n bottom: 0;\n left: 0;\n width: 100%;\npadding: 10px 0;\nbackground: #fff;\ntext-align: center;\n}\n\n@media (max-width: 1335px) {\n .et_pb_portfolio_filters {\n position: fixed!important;\n min-width: 80% !important;\n max-width: 1080px !important;}\n}\n\n@media (min-width: 981px) {\n.et_pb_portfolio_filters {\n position: fixed;\nz-index: 9999999!important;\nmargin: -30px 0 0 0;\nmin-width: 1080px;\nbackground: #fff !important;\n}\n.et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper {\npadding-top: 7px !important;\n}\n .et_pb_grid_item {\n width: 31.5% !important;\n }\n}\n\n@media (max-width: 1050px) {\n#et_mobile_nav_menu {\n display: block !important;\n }\n #top-menu {\n display: none;\n}\n #et-secondary-menu {\n display: none;\n }\n .et_pb_filterable_portfolio .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n.et_pb_filterable_portfolio .et_pb_portfolio_filters ul {\n float: right;\n}\n\n/* File Upload Section */\n\n.wpcf7-form label {\n display: none;\n}\n\n.wpcf7-text {display: none;}\n\n/* === Begin: Set the divi slider height === */\n\n/* Desktop */\n.project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n}\n/* Tablet */\n@media only screen and (min-width: 768px) and (max-width: 980px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n}\n/* Phone */\n@media only screen and (max-width: 767px) {\n .project-slider .et_pb_slide .et_pb_container {\n height: auto !important;\n min-height: 500px !important;\n }\n .et_pb_portfolio_item .et_pb_grid_item {\n width: 50% !important;\n }\n}\n\n/* Handle padding */\n.project-slider .et_pb_slide {\n padding-bottom: 0px !important;\n}\n.project-slider div.et_pb_slide_description, \n.project-slider .et_pb_slider_fullwidth_off div.et_pb_slide_description {\n padding-top: 1%;\n padding-bottom: 1%;\n}\n\n/* === End: Set divi slider height === */\n\ntable.responsive {\nborder-top: 3px solid #000;\n border-right: 0;\n border-bottom: 3px solid #000;\n border-left: 0;\n border-collapse: collapse;\nwidth: 100%;\n}\n\ntable.responsive th, table.responsive td {\npadding: 18px 8px;\ntext-align: left;\nborder-bottom: 1px solid #ddd;\n}\n\ntable.responsive tr {\n border-top: 3px solid #000;\n}\n\ntable.responsive tr:hover{background-color:#f5f5f5;}\n\n/* Footer */\n\n#footer-widgets {\n padding: 0;\n}\n\n.footer-widget {\n float: none;\n text-align: center;\n margin: 0 auto;\n}\n\n.footer-widget .et_pb_widget {\n float: none !important;\n}\n\n.footer-content {\n margin: 0 auto;\n text-align: center;\n}\n\n#footer-widgets .footer-widget li {\n padding: 0 !important;\n}\n\n.footer-widget li::before {\n display: none;\n}\n\n.footer-content li {\n display: inline-block;\n margin: 0;\n}\n\n.footer-content li a {\n color: #7c7c7c;\n}\n\n.footer-content span {\n margin: 0 7px;\n}\n\ninput.wpcf7-submit {\n margin: 10px 0 30px 0;\n background-color: #666;\n color: #fff;\n font-weight: 700;\n padding: 7px 15px 7px 15px;\n border-radius: 3px;\n border: 1px solid #666;\n}\n\ninput.wpcf7-submit:hover {\n cursor: pointer;\n background-color: #333;\n}\n\n/*** Mobile Styling ***/\n\n@media all and (max-width:480px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 50px 0 !important;*/\n padding: 0;\n }\n .et_pb_grid_item {\n margin-top: 15px !important;\n }\n}\n\n@media all and (max-width:780px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 80px 0;*/\n padding: 0;\n }\n}\n\n@media all and (max-width:980px) {\n #logo {\n max-width: 75% !important;\n }\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 120px 0;*/\n padding: 0;\n }\n .et_pb_portfolio_item h2 {\n font-size: 18px !important;\n }\n .et_pb_grid_item {\n width: 31%;\nmargin-right: auto !important;\n margin-bottom: auto !important;\n }\n h1 {\n font-size: 30px !important;\n }\n .image-with-text-overlay h1 {\n font-size: 30px !important;\n }\n .et_pb_portfolio_filters {\n display: none;\n }\n}\n\n@media all and (max-width:1080px) {\n.et_pb_grid_item {\n width: 31%;\n }\n}\n\n@media all and (min-width:1300px) {\n .image-with-text-overlay .et_pb_text_3 {\n /*padding: 160px 0;*/\n padding: 0;\n }\n .et-fixed-header #top-menu li a {\n font-size: 24px !important;\n }\n .et_pb_grid_item {\n width: 32% !important;\n }\n}\n\n.mPS2id-highlight {\n color: #171da5;\n}','MCHA-Child-Theme-Divi','','inherit','closed','closed','','857-revision-v1','','','2019-03-08 18:49:44','2019-03-08 18:49:44','',857,'http://02e3761.netsolhost.com/test/2019/03/08/857-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0),(18,2,0),(19,2,0),(20,2,0),(487,3,0),(487,4,0),(487,5,0),(496,6,0),(641,7,0),(660,8,0),(662,9,0),(899,6,0),(900,6,0),(901,6,0),(920,6,0),(921,6,0),(922,6,0),(923,6,0),(924,6,0),(925,6,0),(948,15,0),(950,14,0),(952,11,0),(955,16,0),(971,12,0),(973,13,0),(975,7,0),(1091,3,0),(1091,4,0),(1091,5,0),(1298,3,0),(1298,4,0),(1298,5,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'nav_menu','',0,3),(3,3,'scope','',0,3),(4,4,'layout_type','',0,3),(5,5,'module_width','',0,3),(6,6,'nav_menu','',0,10),(7,7,'project_category','',0,1),(8,8,'project_category','',0,1),(9,9,'project_category','',0,1),(10,10,'nav_menu','',0,0),(11,11,'project_category','',0,1),(12,12,'project_category','',0,1),(13,13,'project_category','',0,1),(14,14,'project_category','',0,1),(15,15,'project_category','',0,1),(16,16,'project_category','',0,1); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, 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; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Main Navigation','main-navigation',0),(3,'not_global','not_global',0),(4,'layout','layout',0),(5,'regular','regular',0),(6,'anchor links','anchor-links',0),(7,'Education','education',0),(8,'Aviation','aviation',0),(9,'Historic','historic',0),(10,'Community Links','community-links',0),(11,'Hospitality','hospitality',0),(12,'Interiors','interiors',0),(13,'Municipal','municipal',0),(14,'Commercial','commercial',0),(15,'Cultural','cultural',0),(16,'Institutional','institutional',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','mcharryadmin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','wp496_privacy,text_widget_custom_html,theme_editor_notice'),(15,1,'default_password_nag',''),(16,1,'show_welcome_panel','1'),(18,1,'wp_dashboard_quick_press_last_post_id','1671'),(19,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"86.174.37.0\";}'),(20,1,'wp_user-settings','libraryContent=browse&imgsize=full&editor=html'),(21,1,'wp_user-settings-time','1548863428'),(22,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:15:\"title-attribute\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(23,1,'metaboxhidden_nav-menus','a:5:{i:0;s:21:\"add-post-type-project\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:20:\"add-project_category\";i:4;s:15:\"add-project_tag\";}'),(24,1,'nav_menu_recently_edited','6'),(26,1,'session_tokens','a:4:{s:64:\"7d8830f09487e8fc28625badc386e4bc05a6f812ce0eede897c19d5e3fd85a90\";a:4:{s:10:\"expiration\";i:1552486594;s:2:\"ip\";s:14:\"195.181.163.45\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36\";s:5:\"login\";i:1552313794;}s:64:\"63204a8ce5537aec3819672556fa0edd367ac3576690cb57bb1b4a40e13a04ff\";a:4:{s:10:\"expiration\";i:1552488835;s:2:\"ip\";s:12:\"86.174.37.58\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0\";s:5:\"login\";i:1552316035;}s:64:\"fe22b4a47fee82014af1f19428a182bdd6da9062621b1d04e20e8137ca312171\";a:4:{s:10:\"expiration\";i:1552576976;s:2:\"ip\";s:14:\"208.93.204.235\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36\";s:5:\"login\";i:1552404176;}s:64:\"4c357de03426e2f4a26e89587afe9ca8cf2b70705212f9b839f313153308a251\";a:4:{s:10:\"expiration\";i:1552579400;s:2:\"ip\";s:12:\"86.174.37.58\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0\";s:5:\"login\";i:1552406600;}}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'mcharryadmin','$P$BH1Iz3CICJgR1cSvZ.rbiASWW5nErk/','mcharryadmin','jehrlich@mcharry.com','','2018-02-06 17:51:13','',0,'mcharryadmin'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_02e3761_0' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2019-03-13 7:52:32