{"id":69,"date":"2025-10-08T16:56:26","date_gmt":"2025-10-08T16:56:26","guid":{"rendered":"https:\/\/www.thearchealth.org\/?page_id=69"},"modified":"2026-02-26T08:45:31","modified_gmt":"2026-02-26T08:45:31","slug":"home","status":"publish","type":"page","link":"https:\/\/www.thearchealth.org\/","title":{"rendered":"Home"},"content":{"rendered":"<section id=\"coverCarousel\" class=\"position-relative\">\n  <div id=\"coverCarouselInner\" class=\"carousel slide\" data-bs-ride=\"carousel\" data-bs-interval=\"5000\">\n\n    <!-- Indicators -->\n    <div class=\"carousel-indicators\">\n      <button type=\"button\"\n              data-bs-target=\"#coverCarouselInner\"\n              data-bs-slide-to=\"0\"\n              class=\"active\"\n              aria-current=\"true\"\n              aria-label=\"Slide 1\"><\/button>\n\n                        <button type=\"button\"\n                  data-bs-target=\"#coverCarouselInner\"\n                  data-bs-slide-to=\"1\"\n                  aria-label=\"Slide 2\"><\/button>\n                  <button type=\"button\"\n                  data-bs-target=\"#coverCarouselInner\"\n                  data-bs-slide-to=\"2\"\n                  aria-label=\"Slide 3\"><\/button>\n                  <button type=\"button\"\n                  data-bs-target=\"#coverCarouselInner\"\n                  data-bs-slide-to=\"3\"\n                  aria-label=\"Slide 4\"><\/button>\n                  <\/div>\n\n    <!-- Slides -->\n    <div class=\"carousel-inner\">\n      <!-- Slide 1 (static with big H1) -->\n      <div class=\"carousel-item active\">\n        <img decoding=\"async\" src=\"https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/shutterstock_466804286-4-1.png\"\n             class=\"d-block w-100\"\n             alt=\"The ARC4Health - Cover Slide 1\">\n\n        <!-- Big hero title only for the first slide -->\n        <div class=\"cover-title cover-title--first\">\n          <h1>Welcome to the<br> Africa Research Collaborative for Health<br>(The ARC 4 Health)<\/h1>\n        <\/div>\n      <\/div>\n\n                                  <div class=\"carousel-item\">\n                          <img decoding=\"async\" src=\"https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/shutterstock_458635039-1-min-1024x535-1.png\"\n                   class=\"d-block w-100\"\n                   alt=\"Evidence\">\n            \n                          <!-- Centered caption overlay for repeater slides -->\n              <div class=\"slide-caption\">\n                                  <h2 class=\"slide-title\">Evidence<\/h2>\n                                                  <p class=\"slide-subtext\">Represents the solid foundation upon which the Collaborative stands grounded in rigorous scientific inquiry, credible data, and high-quality research that drive informed decisions and impactful health policies across Africa.<\/p>\n                              <\/div>\n                      <\/div>\n                            <div class=\"carousel-item\">\n                          <img decoding=\"async\" src=\"https:\/\/www.thearchealth.org\/wp-content\/uploads\/2026\/02\/annie-spratt-427337-unsplash-2-scaled-e1722367043699-2.jpg\"\n                   class=\"d-block w-100\"\n                   alt=\"Policy\">\n            \n                          <!-- Centered caption overlay for repeater slides -->\n              <div class=\"slide-caption\">\n                                  <h2 class=\"slide-title\">Policy<\/h2>\n                                                  <p class=\"slide-subtext\">Symbolizes informed decision-making rooted in credible evidence, fostering strategic alignment between research and practice to shape effective health systems, equitable interventions, and sustainable development across Africa.<\/p>\n                              <\/div>\n                      <\/div>\n                            <div class=\"carousel-item\">\n                          <img decoding=\"async\" src=\"https:\/\/www.thearchealth.org\/wp-content\/uploads\/2026\/02\/shutterstock_1178592265-scaled-1.jpg\"\n                   class=\"d-block w-100\"\n                   alt=\"Action\">\n            \n                          <!-- Centered caption overlay for repeater slides -->\n              <div class=\"slide-caption\">\n                                  <h2 class=\"slide-title\">Action<\/h2>\n                                                  <p class=\"slide-subtext\">Embodies the translation of research and policy into tangible solutions, driving implementation, community engagement, and measurable health improvements that create lasting, real-world impact across Africa.<\/p>\n                              <\/div>\n                      <\/div>\n                  <\/div>\n\n    <!-- Controls -->\n    <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#coverCarouselInner\" data-bs-slide=\"prev\">\n      <span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"><\/span>\n      <span class=\"visually-hidden\">Previous<\/span>\n    <\/button>\n    <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#coverCarouselInner\" data-bs-slide=\"next\">\n      <span class=\"carousel-control-next-icon\" aria-hidden=\"true\"><\/span>\n      <span class=\"visually-hidden\">Next<\/span>\n    <\/button>\n  <\/div>\n\n  <!-- Global dark overlay across all slides -->\n  <div class=\"cover-overlay\" aria-hidden=\"true\"><\/div>\n<\/section>\n\n<style>\n  \/* Scoped to this carousel only *\/\n  #coverCarousel {\n    height: 700px;\n    overflow: hidden;\n  }\n  #coverCarousel .carousel,\n  #coverCarousel .carousel-inner,\n  #coverCarousel .carousel-item {\n    height: 100%;\n  }\n  #coverCarousel .carousel-item img {\n    height: 100%;\n    object-fit: cover;\n  }\n\n  \/* Global overlay (#060026 @ 40%) *\/\n  #coverCarousel .cover-overlay {\n    position: absolute;\n    inset: 0;\n    background: rgba(6, 0, 38, 0.4);\n    pointer-events: none;\n    z-index: 2; \/* below captions\/titles, above images *\/\n  }\n\n  \/* Big H1 - only on the first slide *\/\n  #coverCarousel .cover-title {\n    position: absolute;\n    inset: 0;\n    display: grid;\n    place-items: center;\n    padding: 2rem;\n    text-align: center;\n    color: #fff;\n    z-index: 3;\n    pointer-events: none;\n  }\n  #coverCarousel .cover-title h1 {\n    margin: 0;\n    font-size: clamp(28px, 6vw, 56px);\n    line-height: 1.1;\n    text-shadow: 0 2px 10px rgba(0,0,0,0.35);\n  }\n\n  \/* Centered caption for repeater slides *\/\n  #coverCarousel .slide-caption {\n    position: absolute;\n    inset: 0;\n    display: flex;\n    \n    padding: 2rem;\n    text-align: center;\n    color: #fff;\n    z-index: 3;\n    pointer-events: none;\n    justify-content: center;\n    align-items: center;\n    flex-wrap: wrap;\n\n    flex-direction: column;\n  }\n  #coverCarousel .slide-caption .slide-title {\n    margin: 0;\n    \/* a little smaller than the main H1 *\/\n    font-size: clamp(22px, 5vw, 44px);\n    line-height: 1.15;\n    text-shadow: 0 2px 8px rgba(0,0,0,0.35);\n    width: 100%;\n  }\n  #coverCarousel .slide-caption .slide-subtext {\n    margin-top: 0.75rem;\n    font-size: clamp(14px, 2.4vw, 18px);\n    line-height: 1.4;\n    max-width: 900px;\n    margin-left: auto;\n    margin-right: auto;\n    text-shadow: 0 1px 4px rgba(0,0,0,0.3);\n    width: 65%;\n  }\n\n  \/* Keep indicators\/controls above the overlay for clarity *\/\n  #coverCarousel .carousel-indicators,\n  #coverCarousel .carousel-control-prev,\n  #coverCarousel .carousel-control-next {\n    z-index: 4;\n  }\n<\/style>\n\n\n\n<div class=\"wp-block-group pad-5\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-center margin-auto w-65 fade-in-down\">At The ARC for Health, we are driven by a shared purpose: to build credible knowledge that saves lives and improves livelihoods across Africa. Our work is focused on producing the highest quality data in the health field, ensuring it reaches the right people to inspire meaningful actions and interventions.<\/p>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-outline fade-in-down is-style-outline--1\"><a class=\"wp-block-button__link has-text-color has-link-color has-custom-font-size wp-element-button\" href=\"https:\/\/www.thearchealth.org\/index.php\/about-us\/\" style=\"border-radius:0px;color:#010000;font-size:16px\">Learn More<\/a><\/div>\n\n\n\n<div class=\"wp-block-button is-style-outline fade-in-down is-style-outline--2\"><a class=\"wp-block-button__link has-text-color has-link-color has-custom-font-size wp-element-button\" href=\"https:\/\/www.thearchealth.org\/index.php\/contact-us\/\" style=\"border-radius:0px;color:#010000;font-size:16px\">Contact Us<\/a><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-columns invis is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-stretch fade-in-down is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-cover\"><img loading=\"lazy\" decoding=\"async\" width=\"2400\" height=\"1600\" class=\"wp-block-cover__image-background wp-image-183 size-full\" alt=\"\" src=\"https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/shutterstock_458635039-1.jpg\" data-object-fit=\"cover\" srcset=\"https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/shutterstock_458635039-1.jpg 2400w, https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/shutterstock_458635039-1-300x200.jpg 300w, https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/shutterstock_458635039-1-1024x683.jpg 1024w, https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/shutterstock_458635039-1-768x512.jpg 768w, https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/shutterstock_458635039-1-1536x1024.jpg 1536w, https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/shutterstock_458635039-1-2048x1365.jpg 2048w\" sizes=\"auto, (max-width: 2400px) 100vw, 2400px\" \/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#423e44\"><\/span><div class=\"wp-block-cover__inner-container is-layout-constrained wp-block-cover-is-layout-constrained\">\n<p class=\"has-text-align-center has-large-font-size\"><\/p>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column pad-5 fade-in-down is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"w-85\">Our end-to-end value proposition begins with a research core that includes bench research and implementation science, with a coordinated approach towards prioritizing policies and interventions that directly result in reducing morbidity and mortality. Using a collaborative approach, we engage communities and policy makers at the conception of each project, with a keen eye on sustainability and local ownership.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group pad-5 pad-top-2\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-text-align-center font-light has-medium-font-size\">INITIATIVES<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">Our Key Research Areas<\/h2>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns research-blocks is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column fade-in-down is-layout-flow wp-block-column-is-layout-flow\"><!-- Research Block -->\n<div class=\"research-block \"> \n\n<div class=\"research-block-cover\" style=\"background-image: url(https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/Comms-Awareness.png)\"> \n<div class=\"research-block-overlay\"> <\/div>\n<h3> Community Awareness<\/h3>\n<\/div>\n\n<div class=\"research-block-inner\"> \n\n<h3> Community Awareness<\/h3>\n<p> At the heart of our research is the belief that knowledge must be accessible and actionable at every level, including within communities themselves. By raising awareness, we empower individuals to make informed health decisions and strengthen demand for quality services. Our approach emphasizes culturally relevant engagement, using trusted local channels to translate evidence into everyday understanding. Through awareness initiatives, we foster ownership, reduce stigma, and build resilient communities that actively participate in improving health outcomes.<\/p>\n\n<\/div>\n\n\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-column fade-in-down is-layout-flow wp-block-column-is-layout-flow\"><!-- Research Block -->\n<div class=\"research-block \"> \n\n<div class=\"research-block-cover\" style=\"background-image: url(https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/26.jpg)\"> \n<div class=\"research-block-overlay\"> <\/div>\n<h3> Laboratory Research<\/h3>\n<\/div>\n\n<div class=\"research-block-inner\"> \n\n<h3> Laboratory Research<\/h3>\n<p> We engage with local communities to enhance Advancing diagnostic capabilities is key to improving treatment outcomes. Our research focuses on strengthening laboratory systems, enhancing diagnostic accuracy, and supporting innovations in medical testing to reduce disease burden.<\/p>\n\n<\/div>\n\n\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-column fade-in-down is-layout-flow wp-block-column-is-layout-flow\"><!-- Research Block -->\n<div class=\"research-block \"> \n\n<div class=\"research-block-cover\" style=\"background-image: url(https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/For-Surveillance.png)\"> \n<div class=\"research-block-overlay\"> <\/div>\n<h3> Surveillance<\/h3>\n<\/div>\n\n<div class=\"research-block-inner\"> \n\n<h3> Surveillance<\/h3>\n<p> Robust surveillance systems are essential to detecting, preventing, and responding to public health threats. Our research strengthens disease monitoring by integrating community-level insights, laboratory data, and health information systems to provide timely, accurate, and actionable intelligence. By building local capacity and advancing digital tools, we enable early detection of outbreaks, track emerging health trends, and support evidence-based decision-making. Through collaboration with governments and partners, we ensure surveillance data informs policy, guides resource allocation, and enhances resilience against current and future health challenges.\r\n<\/p>\n\n<\/div>\n\n\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns research-blocks is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><!-- Research Block -->\n<div class=\"research-block \"> \n\n<div class=\"research-block-cover\" style=\"background-image: url(https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/shutterstock_466804286-6.png)\"> \n<div class=\"research-block-overlay\"> <\/div>\n<h3> Implementation Science<\/h3>\n<\/div>\n\n<div class=\"research-block-inner\"> \n\n<h3> Implementation Science<\/h3>\n<p> Our research extends beyond knowledge generation to ensuring that proven interventions are effectively integrated into real-world health systems. Through implementation science, we identify barriers, adapt solutions to local contexts, and optimize the delivery of evidence-based practices. By working hand-in-hand with governments, communities, and health providers, we bridge the gap between research and practice, ensuring that innovations translate into sustainable improvements in health outcomes. This approach strengthens health systems, fosters local ownership, and drives scalable, culturally appropriate solutions that reduce morbidity and mortality across Africa.\r\n<\/p>\n\n<\/div>\n\n\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-column fade-in-down is-layout-flow wp-block-column-is-layout-flow\"><!-- Research Block -->\n<div class=\"research-block block-below\"> \n\n<div class=\"research-block-cover\" style=\"background-image: url(https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/shutterstock_466804286-5.png)\"> \n<div class=\"research-block-overlay\"> <\/div>\n<h3> Science And Research<\/h3>\n<\/div>\n\n<div class=\"research-block-inner\"> \n\n<h3> Science And Research<\/h3>\n<p> Our science and research portfolio bridges bench science and implementation, ensuring discoveries translate into real-world impact. We focus on advancing biomedical innovations, strengthening evidence generation, and fostering collaborative inquiry that addresses Africa\u2019s most pressing health challenges. By combining rigorous scientific exploration with community engagement and policy alignment, we generate knowledge that informs practice, accelerates solutions, and drives sustainable improvements in health outcomes.\r\n<\/p>\n\n<\/div>\n\n\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><!-- Research Block -->\n<div class=\"research-block \"> \n\n<div class=\"research-block-cover\" style=\"background-image: url(https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/shutterstock_466804286-4-768x469-1.png)\"> \n<div class=\"research-block-overlay\"> <\/div>\n<h3> Data to Action<\/h3>\n<\/div>\n\n<div class=\"research-block-inner\"> \n\n<h3> Data to Action<\/h3>\n<p> The crux of our innovative research approach is Data to Action. We prioritize the long-term sustainability of our investments and engage our key stakeholders in data translation, by ensuring co-design and co-implementation starting from the pre-initiation phase through the project life cycle. We keep our stakeholders informed and engaged with preliminary results. Our collaborations are leading to improvements in quality of care, changes in national policy and creation of communities of practice around major drivers of morbidity and mortality. <\/p>\n\n<\/div>\n\n\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns research-blocks block-below is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column fade-in-down is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n\n\n\n<div class=\"wp-block-column fade-in-down is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n\n\n\n<div class=\"wp-block-column fade-in-down is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group is-relative\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-cover is-light cover-top-align wp-duotone-grayscale\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-80 has-background-dim\" style=\"background-color:#fac900\"><\/span><div class=\"wp-block-cover__inner-container is-layout-constrained wp-block-cover-is-layout-constrained\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading alignfull has-text-align-center\">Our Impact by Numbers <\/h2>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-align-center w-65 margin-auto\">CHAMPS provides trusted, evidence-based data on child mortality, informing policy, public health practice, and health system changes.<\/p>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-group impact-grid is-layout-grid wp-container-core-group-is-layout-6be84c55 wp-block-group-is-layout-grid\">\n<div  class=\"impact-counter fade-in-down-stagger\"> \n\n            <img decoding=\"async\" src=\"https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/regions.png\" \n             alt=\"Impact Counter\" \n             loading=\"lazy\"\/>\n    \n            <p class=\"impact-number-wrapper\">\n            <span class=\"impact-number\" data-count=\"2\">0<\/span>\n            <span class=\"impact-text\"><\/span>\n        <\/p>\n    \n            <p class=\"impact-description\">Catchment Areas<\/p>\n    <\/div>\n\n<script>\n\n<\/script>\n\n<style>\n.impact-counter img {\n    height: 120px;\n}\n\n\n.impact-counter {\n    text-align: center;\n}\n\n.impact-description {\n    width: 65%;\n    margin: 15px auto;\n    font-size: 1.2rem;\n}\n@media (max-width: 992px) {\n    .impact-grid.is-layout-grid {\n        display: flex\n;\n        flex-wrap: wrap;\n        justify-content: center;\n    }\n}\n\n\n\/\/ Impact Counter\n\n\n.pad-5-top {\n\n    padding-top: 5%;\n}\n.impact-columns\n\n.impact-counter {\n\n    text-align: center;\n}\n\n.impact-counter img {\n\n    height: 120px;\n\n}\n\n\n.impact-grid {\n\n    width: 85%;\n    margin: 0 auto;\n}\n\n.impact-number, .impact-text {\n\n    font-weight: 900;\n    font-size: 2rem;\n    margin: 15px auto;\n}\n\n.impact-description {\n\n    width: 65%;\n    margin: 15px auto;\n    font-size: 1.2rem;\n}\n@media(max-width: 768px ) \n{\n\n    .impact-counter img {\n\n    height: 80px;\n\n\n}\n\n.impact-description {\n\n    font-size: 14px;\n}\n}\n\n@media(max-width: 992px) {\n\n    .half-block figure img {\n\n        max-height: unset;\n    }\n\n.wp-container-core-group-is-layout-11 {\n    grid-template-columns: repeat(2, minmax(0, 1fr))!important;\n}\n\n    .w-65 {\n\n        width: 80%;\n    }\n\n    .impact-description {\n\n        font-size: 1rem;\n    }\n\n    .impact-number {\n\n        font-size: 1.6rem;\n    }\n\n.hero-tag {\n\n    margin-top: 30px;\n}\n\n#homepage-hero .wp-block-columns {\n\n    display: block!important;\n\n\n}\n\n.pae-id-6 .menu-toggler i {\n\n    color: black;\n}\n\n\n.impact-grid .is-layout-grid {\n\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n}\n\n.impact-grid .impact-counter {\n\n    flex-basis: 45%;\n}\n\n.wp-block-cover:first-of-type h2 {\n\n    max-width: 60%;\n    margin: 0 auto;\n}\n}\n\n@media(max-width: 992px) {\n    .impact-grid .impact-counter {\n        flex-basis: 45%;\n    }\n}\n\n\n<\/style>\n\n\n\n<div  class=\"impact-counter fade-in-down-stagger\"> \n\n            <img decoding=\"async\" src=\"https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/countries.png\" \n             alt=\"Impact Counter\" \n             loading=\"lazy\"\/>\n    \n            <p class=\"impact-number-wrapper\">\n            <span class=\"impact-number\" data-count=\"1\">0<\/span>\n            <span class=\"impact-text\"><\/span>\n        <\/p>\n    \n            <p class=\"impact-description\">Countries<\/p>\n    <\/div>\n\n<script>\n\n<\/script>\n\n<style>\n.impact-counter img {\n    height: 120px;\n}\n\n\n.impact-counter {\n    text-align: center;\n}\n\n.impact-description {\n    width: 65%;\n    margin: 15px auto;\n    font-size: 1.2rem;\n}\n@media (max-width: 992px) {\n    .impact-grid.is-layout-grid {\n        display: flex\n;\n        flex-wrap: wrap;\n        justify-content: center;\n    }\n}\n\n\n\/\/ Impact Counter\n\n\n.pad-5-top {\n\n    padding-top: 5%;\n}\n.impact-columns\n\n.impact-counter {\n\n    text-align: center;\n}\n\n.impact-counter img {\n\n    height: 120px;\n\n}\n\n\n.impact-grid {\n\n    width: 85%;\n    margin: 0 auto;\n}\n\n.impact-number, .impact-text {\n\n    font-weight: 900;\n    font-size: 2rem;\n    margin: 15px auto;\n}\n\n.impact-description {\n\n    width: 65%;\n    margin: 15px auto;\n    font-size: 1.2rem;\n}\n@media(max-width: 768px ) \n{\n\n    .impact-counter img {\n\n    height: 80px;\n\n\n}\n\n.impact-description {\n\n    font-size: 14px;\n}\n}\n\n@media(max-width: 992px) {\n\n    .half-block figure img {\n\n        max-height: unset;\n    }\n\n.wp-container-core-group-is-layout-11 {\n    grid-template-columns: repeat(2, minmax(0, 1fr))!important;\n}\n\n    .w-65 {\n\n        width: 80%;\n    }\n\n    .impact-description {\n\n        font-size: 1rem;\n    }\n\n    .impact-number {\n\n        font-size: 1.6rem;\n    }\n\n.hero-tag {\n\n    margin-top: 30px;\n}\n\n#homepage-hero .wp-block-columns {\n\n    display: block!important;\n\n\n}\n\n.pae-id-6 .menu-toggler i {\n\n    color: black;\n}\n\n\n.impact-grid .is-layout-grid {\n\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n}\n\n.impact-grid .impact-counter {\n\n    flex-basis: 45%;\n}\n\n.wp-block-cover:first-of-type h2 {\n\n    max-width: 60%;\n    margin: 0 auto;\n}\n}\n\n@media(max-width: 992px) {\n    .impact-grid .impact-counter {\n        flex-basis: 45%;\n    }\n}\n\n\n<\/style>\n\n\n\n<div  class=\"impact-counter fade-in-down-stagger\"> \n\n            <img decoding=\"async\" src=\"https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/women.png\" \n             alt=\"Impact Counter\" \n             loading=\"lazy\"\/>\n    \n            <p class=\"impact-number-wrapper\">\n            <span class=\"impact-number\" data-count=\"9053\">0<\/span>\n            <span class=\"impact-text\"><\/span>\n        <\/p>\n    \n            <p class=\"impact-description\">Women in Pregnancy Surveillance Across 7 Countries<\/p>\n    <\/div>\n\n<script>\n\n<\/script>\n\n<style>\n.impact-counter img {\n    height: 120px;\n}\n\n\n.impact-counter {\n    text-align: center;\n}\n\n.impact-description {\n    width: 65%;\n    margin: 15px auto;\n    font-size: 1.2rem;\n}\n@media (max-width: 992px) {\n    .impact-grid.is-layout-grid {\n        display: flex\n;\n        flex-wrap: wrap;\n        justify-content: center;\n    }\n}\n\n\n\/\/ Impact Counter\n\n\n.pad-5-top {\n\n    padding-top: 5%;\n}\n.impact-columns\n\n.impact-counter {\n\n    text-align: center;\n}\n\n.impact-counter img {\n\n    height: 120px;\n\n}\n\n\n.impact-grid {\n\n    width: 85%;\n    margin: 0 auto;\n}\n\n.impact-number, .impact-text {\n\n    font-weight: 900;\n    font-size: 2rem;\n    margin: 15px auto;\n}\n\n.impact-description {\n\n    width: 65%;\n    margin: 15px auto;\n    font-size: 1.2rem;\n}\n@media(max-width: 768px ) \n{\n\n    .impact-counter img {\n\n    height: 80px;\n\n\n}\n\n.impact-description {\n\n    font-size: 14px;\n}\n}\n\n@media(max-width: 992px) {\n\n    .half-block figure img {\n\n        max-height: unset;\n    }\n\n.wp-container-core-group-is-layout-11 {\n    grid-template-columns: repeat(2, minmax(0, 1fr))!important;\n}\n\n    .w-65 {\n\n        width: 80%;\n    }\n\n    .impact-description {\n\n        font-size: 1rem;\n    }\n\n    .impact-number {\n\n        font-size: 1.6rem;\n    }\n\n.hero-tag {\n\n    margin-top: 30px;\n}\n\n#homepage-hero .wp-block-columns {\n\n    display: block!important;\n\n\n}\n\n.pae-id-6 .menu-toggler i {\n\n    color: black;\n}\n\n\n.impact-grid .is-layout-grid {\n\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n}\n\n.impact-grid .impact-counter {\n\n    flex-basis: 45%;\n}\n\n.wp-block-cover:first-of-type h2 {\n\n    max-width: 60%;\n    margin: 0 auto;\n}\n}\n\n@media(max-width: 992px) {\n    .impact-grid .impact-counter {\n        flex-basis: 45%;\n    }\n}\n\n\n<\/style>\n<\/div>\n\n\n\n<div class=\"dot-spiral\"> <\/div>\n\n\n\n<p class=\"has-text-align-right accurate-tag has-small-font-size\">*Data updated: April 7th 2025<\/p>\n<\/div><\/div>\n<\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column pad-5-left fade-in-down pad-5-top is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:45%\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Join the Movement for Transformative Research in Africa<\/h2>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"font-light w-85\">Be a part of groundbreaking research that drives impact across Africa. Support our mission by donating, collaborating, or getting involved with The Africa Research Collaborative for Health. Together, we can create lasting change.\u2028<\/p>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-layout-flex wp-container-core-buttons-is-layout-fdcfc74e wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-outline is-style-outline--3\"><a class=\"wp-block-button__link has-text-color has-link-color has-custom-font-size wp-element-button\" style=\"border-radius:0px;color:#010000;font-size:16px\">Get Involved<\/a><\/div>\n\n\n\n<div class=\"wp-block-button is-style-outline is-style-outline--4\"><a class=\"wp-block-button__link has-text-color has-link-color has-custom-font-size wp-element-button\" style=\"border-radius:0px;color:#010000;font-size:16px\">Contact Us<\/a><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column fade-in-down is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:55%\">\n<div class=\"wp-block-cover\"><img loading=\"lazy\" decoding=\"async\" width=\"752\" height=\"582\" class=\"wp-block-cover__image-background wp-image-110 size-full\" alt=\"\" src=\"https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/shutterstock_466804286-1.png\" data-object-fit=\"cover\" srcset=\"https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/shutterstock_466804286-1.png 752w, https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/shutterstock_466804286-1-300x232.png 300w\" sizes=\"auto, (max-width: 752px) 100vw, 752px\" \/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#6b655b\"><\/span><div class=\"wp-block-cover__inner-container is-layout-constrained wp-block-cover-is-layout-constrained\">\n<p class=\"has-text-align-center has-large-font-size\"><\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center font-light has-medium-font-size\">OUR PARTNERS<\/h2>\n\n\n<!-- Partners Gallery\n -->\n\n <div class=\"row pad-5 pad-top-2\" id=\"partner-gallery\">\n        <div class=\"partner-entry col fade-in-down\">\n            \n            <a href=\"https:\/\/mohs.gov.sl\/\">\n\n                <img decoding=\"async\" src=\"https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/image-1.png\" \/>\n\n             <\/a>\n        <\/div>\n            <div class=\"partner-entry col fade-in-down\">\n            \n            <a href=\"https:\/\/focus1000.org\/\">\n\n                <img decoding=\"async\" src=\"https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/image-2-2.png\" \/>\n\n             <\/a>\n        <\/div>\n            <div class=\"partner-entry col fade-in-down\">\n            \n            <a href=\"https:\/\/worldhope.org\/\">\n\n                <img decoding=\"async\" src=\"https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/image-3.png\" \/>\n\n             <\/a>\n        <\/div>\n            <div class=\"partner-entry col fade-in-down\">\n            \n            <a href=\"https:\/\/www.emory.edu\/home\/index.html\">\n\n                <img decoding=\"async\" src=\"https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/image-4-1-1.png\" \/>\n\n             <\/a>\n        <\/div>\n            <div class=\"partner-entry col fade-in-down\">\n            \n            <a href=\"https:\/\/www.taskforce.org\/\">\n\n                <img decoding=\"async\" src=\"https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/image-5.png\" \/>\n\n             <\/a>\n        <\/div>\n    \n<\/div><\/div><\/div>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-cover pad-5 fade-in-down\" style=\"min-height:336px;aspect-ratio:unset;\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"209\" class=\"wp-block-cover__image-background wp-image-111 size-full\" alt=\"\" src=\"https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/annie-spratt-427337-unsplash-1-768x209-1.png\" data-object-fit=\"cover\" srcset=\"https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/annie-spratt-427337-unsplash-1-768x209-1.png 768w, https:\/\/www.thearchealth.org\/wp-content\/uploads\/2025\/10\/annie-spratt-427337-unsplash-1-768x209-1-300x82.png 300w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\" style=\"background-color:#060026\"><\/span><div class=\"wp-block-cover__inner-container is-layout-constrained wp-block-cover-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-left has-large-font-size\">Stay up to date. <\/h2>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-left has-large-font-size\">Sign up for our mailing list<\/h2>\n\n\n\n<div class=\"newsletter-form\">\n    <form id=\"newsletterForm\">\n        <p>\n            <input type=\"text\" id=\"newsletter_name\" placeholder=\"Name\" name=\"newsletter_name\" required>\n        <\/p>\n        <p>\n            <input type=\"email\" id=\"newsletter_email\" placeholder=\"E-mail\" name=\"newsletter_email\" required>\n        <\/p>\n        <p class=\"submit-button\">\n            <button type=\"submit\">Subscribe<\/button>\n        <\/p>\n    <\/form>\n<\/div>\n        <div id=\"newsletter-message\"><\/div>\n\n\n<script type=\"text\/javascript\">\ndocument.addEventListener('DOMContentLoaded', function () {\n    const form = document.getElementById('newsletterForm');\n    const message = document.getElementById('newsletter-message');\n\n    form.addEventListener('submit', function (e) {\n        e.preventDefault();\n\n        const formData = new FormData(form);\n\n        fetch('https:\/\/www.thearchealth.org\/wp-admin\/admin-ajax.php', {\n            method: 'POST',\n            body: new URLSearchParams({\n                action: 'submit_newsletter',\n                newsletter_name: formData.get('newsletter_name'),\n                newsletter_email: formData.get('newsletter_email')\n            })\n        })\n        .then(response => response.json())\n        .then(data => {\n            if (data.success) {\n                form.style.display = 'none';\n                message.innerHTML = `<p style=\"\">${data.message}<\/p>`;\n            } else {\n                message.innerHTML = `<p style=\"color:red;\">${data.message}<\/p>`;\n            }\n        });\n    });\n});\n<\/script>\n\n<style type=\"text\/css\">\n    \n    #newsletter-message p {\n\n        font-size: 22px;\n        color: #ebb732;\n        font-weight: 700;\n    }\n\n\n    #newsletterForm {\n\n        display: flex;\n        gap: 2em;\n        margin-top: 35px;\n        flex-wrap: wrap;\n    }\n#newsletterForm p {\n\n    width: 30%;\n}\n    #newsletterForm input \n\n    {\n\n        height: 50px;\n        padding-left: 15px;\n        width: 100%\n    }\n\n\n    #newsletterForm button {\n\n        background: #FAC900;\n        height: 50px;\n        border: none;\n        border-radius: 10px;\n        width: 200px;\n        font-family: Open Sans;\n        font-weight: 600;\n    }\n\n    #newsletterForm button:hover {\n\n        background: black;\n        color: #ebb732;\n    }\n\n    @media(max-width: 725px) {\n\n        #newsletterForm p {\n\n            width: 47%;\n        }\n\n        .submit-button {\n\n            width: 100%!important;\n            text-align: center;\n        }\n    }\n\n    @media(max-width: 627px) {\n\n        #newsletterForm p {\n\n            width: 100%;\n        }\n    }\n<\/style><\/div><\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>At The ARC for Health, we are driven by a shared purpose: to build credible knowledge that saves lives and improves livelihoods across Africa. Our work is focused on producing the highest quality data in the health field, ensuring it reaches the right people to inspire meaningful actions and interventions. Our end-to-end value proposition begins [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"https:\/\/www.thearchealth.org\/\">Read More&#8230;<span class=\"screen-reader-text\"> from Home<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-69","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.thearchealth.org\/index.php\/wp-json\/wp\/v2\/pages\/69","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.thearchealth.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.thearchealth.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.thearchealth.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.thearchealth.org\/index.php\/wp-json\/wp\/v2\/comments?post=69"}],"version-history":[{"count":51,"href":"https:\/\/www.thearchealth.org\/index.php\/wp-json\/wp\/v2\/pages\/69\/revisions"}],"predecessor-version":[{"id":540,"href":"https:\/\/www.thearchealth.org\/index.php\/wp-json\/wp\/v2\/pages\/69\/revisions\/540"}],"wp:attachment":[{"href":"https:\/\/www.thearchealth.org\/index.php\/wp-json\/wp\/v2\/media?parent=69"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}