{"id":49,"date":"2026-05-01T15:03:37","date_gmt":"2026-05-01T15:03:37","guid":{"rendered":"https:\/\/mbizdevelopmentfoundation.org\/?page_id=49"},"modified":"2026-05-01T15:05:54","modified_gmt":"2026-05-01T15:05:54","slug":"what-we-do","status":"publish","type":"page","link":"https:\/\/mbizdevelopmentfoundation.org\/index.php\/what-we-do\/","title":{"rendered":"what-we-do"},"content":{"rendered":"\n\n\n{&#8220;title&#8221;:&#8221;&#8221;,&#8221;content&#8221;:&#8221;<!DOCTYPE html>\\r\\n<html lang=\\\"en\\\">\\r\\n<head>\\r\\n  <meta charset=\\\"UTF-8\\\">\\r\\n  <meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\">\\r\\n  <title>What We Do &#8211; Programs | MBIZ Development Foundation<\/title>\\r\\n  <link href=\\\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&#038;display=swap\\\" rel=\\\"stylesheet\\\">\\r\\n  <link rel=\\\"stylesheet\\\" href=\\\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\\\">\\r\\n  <style>\\r\\n    * {\\r\\n      margin: 0;\\r\\n      padding: 0;\\r\\n      box-sizing: border-box;\\r\\n    }\\r\\n\\r\\n    body {\\r\\n      font-family: 'Inter', sans-serif;\\r\\n      background: #fefef7;\\r\\n      color: #1e2f2f;\\r\\n      line-height: 1.5;\\r\\n    }\\r\\n\\r\\n    \/* Header *\/\\r\\n    .page-header {\\r\\n      background: linear-gradient(135deg, #1a6d4d 0%, #2b8c5e 100%);\\r\\n      color: white;\\r\\n      padding: 50px 20px;\\r\\n      text-align: center;\\r\\n    }\\r\\n\\r\\n    .page-header h1 {\\r\\n      font-size: 2.5rem;\\r\\n      font-weight: 800;\\r\\n      margin-bottom: 12px;\\r\\n    }\\r\\n\\r\\n    .page-header p {\\r\\n      font-size: 1rem;\\r\\n      opacity: 0.9;\\r\\n      max-width: 700px;\\r\\n      margin: 0 auto;\\r\\n    }\\r\\n\\r\\n    \/* Container *\/\\r\\n    .container {\\r\\n      max-width: 1200px;\\r\\n      margin: 0 auto;\\r\\n      padding: 50px 24px;\\r\\n    }\\r\\n\\r\\n    \/* Intro Section *\/\\r\\n    .intro-section {\\r\\n      text-align: center;\\r\\n      margin-bottom: 50px;\\r\\n    }\\r\\n\\r\\n    .intro-section h2 {\\r\\n      font-size: 1.8rem;\\r\\n      color: #1e4638;\\r\\n      margin-bottom: 16px;\\r\\n    }\\r\\n\\r\\n    .intro-section p {\\r\\n      font-size: 1rem;\\r\\n      color: #4a6a5e;\\r\\n      max-width: 800px;\\r\\n      margin: 0 auto;\\r\\n      line-height: 1.6;\\r\\n    }\\r\\n\\r\\n    \/* Program Card Row *\/\\r\\n    .program-row {\\r\\n      margin-bottom: 60px;\\r\\n    }\\r\\n\\r\\n    .program-cards {\\r\\n      display: flex;\\r\\n      gap: 30px;\\r\\n      flex-wrap: wrap;\\r\\n    }\\r\\n\\r\\n    \/* Text Card *\/\\r\\n    .text-card {\\r\\n      flex: 1;\\r\\n      min-width: 280px;\\r\\n      background: white;\\r\\n      border-radius: 20px;\\r\\n      padding: 30px;\\r\\n      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);\\r\\n      border: 1px solid #e2ede6;\\r\\n    }\\r\\n\\r\\n    .program-icon {\\r\\n      font-size: 2.5rem;\\r\\n      color: #278a60;\\r\\n      margin-bottom: 20px;\\r\\n    }\\r\\n\\r\\n    .text-card h3 {\\r\\n      font-size: 1.6rem;\\r\\n      font-weight: 700;\\r\\n      color: #1e4638;\\r\\n      margin-bottom: 20px;\\r\\n      padding-bottom: 12px;\\r\\n      border-bottom: 3px solid #278a60;\\r\\n      display: inline-block;\\r\\n    }\\r\\n\\r\\n    .text-card h4 {\\r\\n      font-size: 1.1rem;\\r\\n      font-weight: 700;\\r\\n      color: #278a60;\\r\\n      margin: 20px 0 12px 0;\\r\\n    }\\r\\n\\r\\n    .text-card p {\\r\\n      color: #4a6a5e;\\r\\n      font-size: 0.9rem;\\r\\n      line-height: 1.6;\\r\\n      margin-bottom: 15px;\\r\\n    }\\r\\n\\r\\n    .activity-list {\\r\\n      list-style: none;\\r\\n      padding: 0;\\r\\n      margin: 15px 0;\\r\\n    }\\r\\n\\r\\n    .activity-list li {\\r\\n      margin-bottom: 8px;\\r\\n      display: flex;\\r\\n      align-items: flex-start;\\r\\n      gap: 10px;\\r\\n      font-size: 0.85rem;\\r\\n      color: #4a6a5e;\\r\\n    }\\r\\n\\r\\n    .activity-list li i {\\r\\n      color: #278a60;\\r\\n      font-size: 0.7rem;\\r\\n      margin-top: 4px;\\r\\n      min-width: 16px;\\r\\n    }\\r\\n\\r\\n    \/* Image Card *\/\\r\\n    .image-card {\\r\\n      flex: 1;\\r\\n      min-width: 280px;\\r\\n      background: linear-gradient(135deg, #eef5f0 0%, #e2efe7 100%);\\r\\n      border-radius: 20px;\\r\\n      overflow: hidden;\\r\\n      display: flex;\\r\\n      flex-direction: column;\\r\\n      justify-content: center;\\r\\n      align-items: center;\\r\\n      padding: 40px 30px;\\r\\n      text-align: center;\\r\\n      border: 1px solid #c2dfcf;\\r\\n    }\\r\\n\\r\\n    .image-icon {\\r\\n      font-size: 5rem;\\r\\n      color: #278a60;\\r\\n      margin-bottom: 20px;\\r\\n    }\\r\\n\\r\\n    .image-card h4 {\\r\\n      font-size: 1.3rem;\\r\\n      font-weight: 700;\\r\\n      color: #1e4638;\\r\\n      margin-bottom: 10px;\\r\\n    }\\r\\n\\r\\n    .image-card p {\\r\\n      font-size: 0.9rem;\\r\\n      color: #4a6a5e;\\r\\n      line-height: 1.5;\\r\\n    }\\r\\n\\r\\n    .image-badge {\\r\\n      display: inline-block;\\r\\n      background: #278a60;\\r\\n      color: white;\\r\\n      padding: 4px 12px;\\r\\n      border-radius: 20px;\\r\\n      font-size: 0.7rem;\\r\\n      font-weight: 600;\\r\\n      margin-top: 15px;\\r\\n    }\\r\\n\\r\\n    \/* Impact Focus Section *\/\\r\\n    .impact-section {\\r\\n      background: linear-gradient(135deg, #1f463b 0%, #2a5c4e 100%);\\r\\n      border-radius: 20px;\\r\\n      padding: 40px;\\r\\n      margin-top: 40px;\\r\\n      text-align: center;\\r\\n    }\\r\\n\\r\\n    .impact-section h3 {\\r\\n      font-size: 1.6rem;\\r\\n      color: white;\\r\\n      margin-bottom: 25px;\\r\\n    }\\r\\n\\r\\n    .impact-grid {\\r\\n      display: flex;\\r\\n      gap: 30px;\\r\\n      flex-wrap: wrap;\\r\\n      justify-content: center;\\r\\n    }\\r\\n\\r\\n    .impact-card {\\r\\n      flex: 1;\\r\\n      min-width: 250px;\\r\\n      background: rgba(255, 255, 255, 0.1);\\r\\n      border-radius: 16px;\\r\\n      padding: 25px;\\r\\n      text-align: center;\\r\\n    }\\r\\n\\r\\n    .impact-card i {\\r\\n      font-size: 2.5rem;\\r\\n      color: #a1ddc2;\\r\\n      margin-bottom: 15px;\\r\\n    }\\r\\n\\r\\n    .impact-card h4 {\\r\\n      font-size: 1.2rem;\\r\\n      color: white;\\r\\n      margin-bottom: 10px;\\r\\n    }\\r\\n\\r\\n    .impact-card p {\\r\\n      font-size: 0.85rem;\\r\\n      color: rgba(255, 255, 255, 0.85);\\r\\n      line-height: 1.5;\\r\\n    }\\r\\n\\r\\n    \/* CTA *\/\\r\\n    .cta-section {\\r\\n      text-align: center;\\r\\n      background: #f8fbf9;\\r\\n      border-radius: 16px;\\r\\n      padding: 35px;\\r\\n      margin-top: 50px;\\r\\n    }\\r\\n\\r\\n    .cta-section h3 {\\r\\n      font-size: 1.4rem;\\r\\n      color: #1e4638;\\r\\n      margin-bottom: 10px;\\r\\n    }\\r\\n\\r\\n    .cta-section p {\\r\\n      font-size: 0.9rem;\\r\\n      color: #5a7a6e;\\r\\n      margin-bottom: 20px;\\r\\n    }\\r\\n\\r\\n    .btn-primary {\\r\\n      background: #1c7651;\\r\\n      padding: 10px 28px;\\r\\n      border-radius: 40px;\\r\\n      font-weight: 600;\\r\\n      font-size: 0.9rem;\\r\\n      text-decoration: none;\\r\\n      color: white;\\r\\n      display: inline-block;\\r\\n      transition: background 0.3s;\\r\\n    }\\r\\n\\r\\n    .btn-primary:hover {\\r\\n      background: #0f5c3f;\\r\\n    }\\r\\n\\r\\n    \/* Responsive *\/\\r\\n    @media (max-width: 768px) {\\r\\n      .page-header {\\r\\n        padding: 35px 20px;\\r\\n      }\\r\\n      \\r\\n      .page-header h1 {\\r\\n        font-size: 1.8rem;\\r\\n      }\\r\\n      \\r\\n      .container {\\r\\n        padding: 35px 20px;\\r\\n      }\\r\\n      \\r\\n      .program-cards {\\r\\n        flex-direction: column;\\r\\n      }\\r\\n      \\r\\n      .text-card, .image-card {\\r\\n        min-width: auto;\\r\\n      }\\r\\n      \\r\\n      .impact-grid {\\r\\n        flex-direction: column;\\r\\n      }\\r\\n      \\r\\n      .intro-section h2 {\\r\\n        font-size: 1.4rem;\\r\\n      }\\r\\n    }\\r\\n\\r\\n    @media (max-width: 480px) {\\r\\n      .text-card {\\r\\n        padding: 20px;\\r\\n      }\\r\\n      \\r\\n      .text-card h3 {\\r\\n        font-size: 1.3rem;\\r\\n      }\\r\\n      \\r\\n      .image-card {\\r\\n        padding: 30px 20px;\\r\\n      }\\r\\n      \\r\\n      .impact-section {\\r\\n        padding: 25px;\\r\\n      }\\r\\n    }\\r\\n  <\/style>\\r\\n<\/head>\\r\\n<body>\\r\\n\\r\\n<header class=\\\"page-header\\\">\\r\\n  <h1>What We Do<\/h1>\\r\\n  <p>Empowering communities to thrive in harmony with nature, uphold human dignity, and embrace innovation<\/p>\\r\\n<\/header>\\r\\n\\r\\n<div class=\\\"container\\\">\\r\\n  \\r\\n  <!-- Intro Section -->\\r\\n  <div class=\\\"intro-section\\\">\\r\\n    <h2>What We Offer<\/h2>\\r\\n    <p>At MBIZ Development Foundation (MDF), we empower communities to thrive in harmony with nature, uphold human dignity, and embrace innovation. Our programs are rooted in Kisoro District\u2014a biodiversity and cultural hub\u2014but extend across Uganda, ensuring that local solutions inspire national transformation.<\/p>\\r\\n  <\/div>\\r\\n\\r\\n  <!-- Program 1: Conservation -->\\r\\n  <div class=\\\"program-row\\\">\\r\\n    <div class=\\\"program-cards\\\">\\r\\n      <!-- Text Card -->\\r\\n      <div class=\\\"text-card\\\">\\r\\n        <i class=\\\"fas fa-tree program-icon\\\"><\/i>\\r\\n        <h3>Conservation Initiatives<\/h3>\\r\\n        <p>We safeguard Uganda&#8217;s rich biodiversity and promote sustainable use of natural resources.<\/p>\\r\\n        \\r\\n        <h4>Our Activities:<\/h4>\\r\\n        <ul class=\\\"activity-list\\\">\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Wildlife habitat protection in gorilla ranges and forest corridors<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Soil erosion prevention through terracing, agroforestry, and bamboo planting<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Community-led reforestation with indigenous species<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Cultural conservation integrating traditional practices with modern sustainability<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Tourism promotion for eco-tourism and cultural tourism benefits<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Water body protection (Lake Mutanda, wetlands) to reduce silting and pollution<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Innovative waste management and safe disposal in Kisoro town<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Renewable energy promotion (solar, biogas, improved cookstoves)<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Climate-smart agriculture training for farmers<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Community-led carbon credit projects to generate income<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Youth-led conservation clubs in schools<\/li>\\r\\n        <\/ul>\\r\\n      <\/div>\\r\\n      \\r\\n      <!-- Image Card -->\\r\\n      <div class=\\\"image-card\\\">\\r\\n        <i class=\\\"fas fa-mountain image-icon\\\"><\/i>\\r\\n        <h4>Protecting Nature, Sustaining Life<\/h4>\\r\\n        <p>Uganda&#8217;s rich biodiversity is our shared heritage. Through community-led conservation, we protect gorilla habitats, restore forests, and promote sustainable livelihoods for generations to come.<\/p>\\r\\n        <span class=\\\"image-badge\\\">Wildlife Protection \u2022 Reforestation \u2022 Climate Action<\/span>\\r\\n      <\/div>\\r\\n    <\/div>\\r\\n  <\/div>\\r\\n\\r\\n  <!-- Program 2: Human Rights -->\\r\\n  <div class=\\\"program-row\\\">\\r\\n    <div class=\\\"program-cards\\\">\\r\\n      <!-- Text Card -->\\r\\n      <div class=\\\"text-card\\\">\\r\\n        <i class=\\\"fas fa-fist-raised program-icon\\\"><\/i>\\r\\n        <h3>Human Rights Programs<\/h3>\\r\\n        <p>We place human dignity at the heart of development, ensuring that vulnerable groups\u2014especially women and girls\u2014are protected and empowered.<\/p>\\r\\n        \\r\\n        <h4>Our Activities:<\/h4>\\r\\n        <ul class=\\\"activity-list\\\">\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Advocacy for rights to education, health, food security, housing, and safe workplaces<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Promotion of healthy lifestyles: smoking cessation, reduced alcohol intake, nutrition, physical activity<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Disaster preparedness and relief access for volcanic and flood-prone communities<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Safe motherhood initiatives and protection against gender-based violence<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Women&#8217;s rights to asset ownership, including land<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Cultural rights and freedoms<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Legal aid and community justice centers for vulnerable groups<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Economic empowerment programs for women and youth (skills training, microfinance)<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Digital literacy and safe online spaces for girls<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Civic education for good governance and accountability<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Mental health awareness and psychosocial support services<\/li>\\r\\n        <\/ul>\\r\\n      <\/div>\\r\\n      \\r\\n      <!-- Image Card -->\\r\\n      <div class=\\\"image-card\\\">\\r\\n        <i class=\\\"fas fa-hand-holding-heart image-icon\\\"><\/i>\\r\\n        <h4>Dignity for All<\/h4>\\r\\n        <p>Every person deserves to live with dignity. We advocate for human rights, protect women and girls from violence, and empower communities to claim their rights and freedoms.<\/p>\\r\\n        <span class=\\\"image-badge\\\">Women&#8217;s Rights \u2022 Legal Aid \u2022 Economic Empowerment<\/span>\\r\\n      <\/div>\\r\\n    <\/div>\\r\\n  <\/div>\\r\\n\\r\\n  <!-- Program 3: Development Research & Innovation -->\\r\\n  <div class=\\\"program-row\\\">\\r\\n    <div class=\\\"program-cards\\\">\\r\\n      <!-- Text Card -->\\r\\n      <div class=\\\"text-card\\\">\\r\\n        <i class=\\\"fas fa-microscope program-icon\\\"><\/i>\\r\\n        <h3>Development Research &#038; Innovation<\/h3>\\r\\n        <p>We believe evidence-based solutions are key to sustainable progress. Kisoro serves as our innovation hub, while Uganda provides the platform for scaling.<\/p>\\r\\n        \\r\\n        <h4>Our Activities:<\/h4>\\r\\n        <ul class=\\\"activity-list\\\">\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Community-centered study protocols for problem identification and solution generation<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Establishment of the Social Innovation Movement (SIM)<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Partnerships with public, private, civil society, and academic institutions<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Popularizing technologies like bamboo agroforestry and improved cookstoves<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Digital data collection platforms for community research<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Research fellowships for young Ugandan scholars<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Innovation labs for youth to prototype solutions<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Knowledge-sharing conferences and publications<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Monitoring and evaluation hubs to track community impact<\/li>\\r\\n        <\/ul>\\r\\n      <\/div>\\r\\n      \\r\\n      <!-- Image Card -->\\r\\n      <div class=\\\"image-card\\\">\\r\\n        <i class=\\\"fas fa-lightbulb image-icon\\\"><\/i>\\r\\n        <h4>Innovation for Impact<\/h4>\\r\\n        <p>Evidence drives our work. We research community needs, prototype local solutions, and scale what works through partnerships with universities, government, and civil society.<\/p>\\r\\n        <span class=\\\"image-badge\\\">Social Innovation \u2022 Research \u2022 Technology<\/span>\\r\\n      <\/div>\\r\\n    <\/div>\\r\\n  <\/div>\\r\\n\\r\\n  <!-- Program 4: Community Development Services -->\\r\\n  <div class=\\\"program-row\\\">\\r\\n    <div class=\\\"program-cards\\\">\\r\\n      <!-- Text Card -->\\r\\n      <div class=\\\"text-card\\\">\\r\\n        <i class=\\\"fas fa-users program-icon\\\"><\/i>\\r\\n        <h3>Community Development Services<\/h3>\\r\\n        <p>Beyond our core programs, MDF supports holistic community growth and sustainable livelihoods.<\/p>\\r\\n        \\r\\n        <h4>Our Activities:<\/h4>\\r\\n        <ul class=\\\"activity-list\\\">\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Vocational training centers for youth and women<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Entrepreneurship incubation hubs for small businesses<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Health outreach programs (nutrition, immunization, maternal health)<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Disaster risk reduction and climate resilience training<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Community radio programs for awareness and mobilization<\/li>\\r\\n          <li><i class=\\\"fas fa-check\\\"><\/i> Partnerships with schools to integrate conservation and human rights education<\/li>\\r\\n        <\/ul>\\r\\n      <\/div>\\r\\n      \\r\\n      <!-- Image Card -->\\r\\n      <div class=\\\"image-card\\\">\\r\\n        <i class=\\\"fas fa-chalkboard-user image-icon\\\"><\/i>\\r\\n        <h4>Building Stronger Communities<\/h4>\\r\\n        <p>Holistic development means supporting every aspect of community life\u2014from skills training and health outreach to disaster preparedness and education.<\/p>\\r\\n        <span class=\\\"image-badge\\\">Vocational Training \u2022 Health \u2022 Entrepreneurship<\/span>\\r\\n      <\/div>\\r\\n    <\/div>\\r\\n  <\/div>\\r\\n\\r\\n  <!-- Impact Focus Section -->\\r\\n  <div class=\\\"impact-section\\\">\\r\\n    <h3>\u2728 Our Impact Focus<\/h3>\\r\\n    <div class=\\\"impact-grid\\\">\\r\\n      <div class=\\\"impact-card\\\">\\r\\n        <i class=\\\"fas fa-location-dot\\\"><\/i>\\r\\n        <h4>In Kisoro<\/h4>\\r\\n        <p>MDF is deeply engaged in conservation of gorilla habitats, women&#8217;s rights advocacy, and agroforestry innovations in our home district.<\/p>\\r\\n      <\/div>\\r\\n      <div class=\\\"impact-card\\\">\\r\\n        <i class=\\\"fas fa-uganda\\\"><\/i>\\r\\n        <h4>Across Uganda<\/h4>\\r\\n        <p>MDF contributes to national development by scaling community innovations, strengthening human rights frameworks, and promoting evidence-based policies.<\/p>\\r\\n      <\/div>\\r\\n    <\/div>\\r\\n  <\/div>\\r\\n\\r\\n  <!-- Call to Action -->\\r\\n  <div class=\\\"cta-section\\\">\\r\\n    <i class=\\\"fas fa-handshake\\\" style=\\\"font-size: 2rem; color: #278a60; margin-bottom: 12px; display: inline-block;\\\"><\/i>\\r\\n    <h3>Partner With Us<\/h3>\\r\\n    <p>Join us in creating sustainable change and empowering communities across Uganda.<\/p>\\r\\n    <a href=\\\"#\\\" class=\\\"btn-primary\\\">Get Involved<\/a>\\r\\n  <\/div>\\r\\n  \\r\\n<\/div>\\r\\n\\r\\n<\/body>\\r\\n<\/html>&#8220;}\n\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-canvas-fullwidth.php","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","footnotes":""},"class_list":["post-49","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mbizdevelopmentfoundation.org\/index.php\/wp-json\/wp\/v2\/pages\/49","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mbizdevelopmentfoundation.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mbizdevelopmentfoundation.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mbizdevelopmentfoundation.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mbizdevelopmentfoundation.org\/index.php\/wp-json\/wp\/v2\/comments?post=49"}],"version-history":[{"count":5,"href":"https:\/\/mbizdevelopmentfoundation.org\/index.php\/wp-json\/wp\/v2\/pages\/49\/revisions"}],"predecessor-version":[{"id":54,"href":"https:\/\/mbizdevelopmentfoundation.org\/index.php\/wp-json\/wp\/v2\/pages\/49\/revisions\/54"}],"wp:attachment":[{"href":"https:\/\/mbizdevelopmentfoundation.org\/index.php\/wp-json\/wp\/v2\/media?parent=49"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}