<!DOCTYPE html>

<!--[if IE 8]>
<html id="ie8" lang="en-US">
<![endif]-->
<!--[if !(IE 8) ]><!-->
<html lang="en-US">
<!--<![endif]-->
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="profile" href="https://gmpg.org/xfn/11" />
<link rel="pingback" href="https://cthe.us/xmlrpc.php" />
<link rel="icon" href="https://cthe.us/wp-content/uploads/2018/05/cropped-cthe-favicon-red-blue-32x32.png" type="image/png" sizes="32x32">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<title>Symposium for CBOs: How We Can Upscale Hospitals’ Investment in Community Building &#8211; Communities Together for Health Equity (CTHE)</title>
<style>
    .tcode-filters-content,
    .tcode-filters-wrapper {
        background-color: rgba(0,152,236,0.1);
    }

    .tcode-filters-type {
        color: #0098ec;
    }

    .tcode-filtered-term {
        background-color: #0098ec;
    }

    .tcode-event-schedule .slick-arrow,
    .tcode-event-schedule .slick-arrow:hover,
    .tcode-event-schedule .slick-arrow:focus,
    .tcode-event-schedule #days-carousel > button{
        background-color: rgba(0,152,236, .1);
    }

    .tcode-event-schedule .scheduled-days .scheduled-day.active:before {
        border-top-color: #0098ec !important;
    }

    .tcode-event-schedule .scheduled-days .scheduled-day {
        -webkit-transition: color 500ms ease, background 500ms ease;
        -moz-transition: color 500ms ease, background 500ms ease;
        -ms-transition: color 500ms ease, background 500ms ease;
        -o-transition: color 500ms ease, background 500ms ease;
        transition: color 500ms ease, background 500ms ease;
        background-color: rgba(0,152,236,0.1);
    }

    .tcode-event-schedule .scheduled-days .scheduled-day.active,
    .tcode-event-schedule .scheduled-days .scheduled-day:hover {
        background-color: #0098ec;
    }

    .tcode-event-schedule .scheduled-days .scheduled-day:hover {
        background-color: rgba(0,152,236, .5);
    }

    .tcode-event-schedule .scheduled-days .scheduled-day.active:hover {
        -moz-transition: color 0s, background 0s;
        -webkit-transition: color 0s, background 0s;
        -o-transition: color 0s, background 0s;
        transition: color 0s, background 0s;
        background-color: #0098ec;
    }


    .tcode-event-schedule .scheduled-locations .scheduled-location {
        -webkit-box-shadow: inset 0 -1px 0 #0098ec;
        -moz-box-shadow: inset 0 -1px 0 #0098ec;
        box-shadow: inset 0 -1px 0 #0098ec;
        -webkit-animation: shadowFadeOut 300ms;
        -o-animation: shadowFadeOut 300ms;
        animation: shadowFadeOut 300ms;
    }

    .tcode-event-schedule .scheduled-locations .scheduled-location.active,
    .tcode-event-schedule .scheduled-locations .scheduled-location:hover {
        -webkit-box-shadow: inset 0 -6px 0 rgba(0,152,236, .5);
        -moz-box-shadow: inset 0 -6px 0 rgba(0,152,236, .5);
        box-shadow: inset 0 -6px 0 rgba(0,152,236, .5);
        -webkit-animation: shadowFadeIn 100ms;
        -o-animation: shadowFadeIn 100ms;
        animation: shadowFadeIn 100ms;
    }

    .tcode-event-schedule .scheduled-locations .scheduled-location.active {
        -webkit-box-shadow: inset 0 -6px 0 #0098ec;
        -moz-box-shadow: inset 0 -6px 0 #0098ec;
        box-shadow: inset 0 -6px 0 #0098ec;
    }

    @keyframes shadowFadeIn {
        0% { box-shadow: inset 0 -1px 0 #0098ec; }
        50% { box-shadow: inset 0 -3px 0 rgba(0,152,236, .8); }
        100% { box-shadow: inset 0 -6px 0 rgba(0,152,236, .5); }
    }

    @keyframes shadowFadeOut {
        0% { box-shadow: inset 0 -6px 0 rgba(0,152,236, .5); }
        50% { box-shadow: inset 0 -3px 0 rgba(0,152,236, .8); }
        100% { box-shadow: inset 0 -1px 0 #0098ec; }
    }

    .tcode-event-schedule .scheduled-event {
        border-bottom: 1px dashed;
        border-color: #0098ec;
    }

        .tcode-event-schedule .scheduled-event .imgContainer {
        height: 86px;
        width: 86px;
        line-height: 80px;
    }
    .tcode-event-schedule.tcode-size-small .scheduled-event .imgContainer {
        height: 71px;
        width: 71px;
        line-height: 65px;
    }

    .tcode-event-schedule .scheduled-event .imgContainer {
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
            
    .tcode-event-schedule svg path,
    .tcode-event-schedule svg circle {
        fill: #0098ec !important;
    }

    .tcode-event-schedule .scheduled-event .svgContainer:hover {
        background-color: #0098ec;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: background 500ms ease;
        -moz-transition: background 500ms ease;
        -ms-transition: background 500ms ease;
        -o-transition: background 500ms ease;
        transition: background 500ms ease;
    }

    .tcode-event-schedule .scheduled-event .svgContainer:hover svg path,
    .tcode-event-schedule .scheduled-event .svgContainer:hover svg circle {
        fill: #fff !important;
        -webkit-transition: fill 500ms ease;
        -moz-transition: fill 500ms ease;
        -ms-transition: fill 500ms ease;
        -o-transition: fill 500ms ease;
        transition: fill 500ms ease;
    }

    .tcode-event-schedule .scheduled-event .event-time {
        color: #0098ec;
    }

    .tcode-event-schedule .scheduled-event .event-icon {
        color: #0098ec;
    }

        .tcode-event-schedule .scheduled-event .event-excerpt .event-content a {
        color: #0098ec;
    }
    
        .tcode-event-schedule .scheduled-event .artist-image,
    #tcode-popup-container .scheduled-event .artist-image {
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        max-height: 90px;
        max-width: 90px;
    }

    #tcode-popup-container .scheduled-event .artist-image,
    #tcode-popup-container .scheduled-event .artist-image img {
        width: 120px;
        height: 120px;
        max-width: 120px;
        max-height: 120px;
    }
    
    .tcode-social-icon:hover {
        background-color: #0098ec;
        -webkit-transition: background 500ms ease;
        -moz-transition: background 500ms ease;
        -ms-transition: background 500ms ease;
        -o-transition: background 500ms ease;
        transition: background 500ms ease;
    }

    
    @media (min-width: 768px) {
        }

    @media (min-width: 992px) {
        }
</style><meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//cdn.jsdelivr.net' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel="alternate" type="application/rss+xml" title="Communities Together for Health Equity (CTHE) &raquo; Feed" href="https://cthe.us/feed/" />
<link rel="alternate" type="application/rss+xml" title="Communities Together for Health Equity (CTHE) &raquo; Comments Feed" href="https://cthe.us/comments/feed/" />
<link rel="alternate" type="text/calendar" title="Communities Together for Health Equity (CTHE) &raquo; iCal Feed" href="https://cthe.us/events/?ical=1" />
<link rel="alternate" type="application/rss+xml" title="Communities Together for Health Equity (CTHE) &raquo; Symposium for CBOs: How We Can Upscale Hospitals’ Investment in Community Building Comments Feed" href="https://cthe.us/event/symposium-for-cbos-how-we-can-upscale-hospitals-investment-in-community-building/feed/" />
<link rel='stylesheet' id='mediaelement-css' href='https://cthe.us/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' type='text/css' media='all' />
<link rel='stylesheet' id='wp-mediaelement-css' href='https://cthe.us/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='gtranslate-style-css' href='https://cthe.us/wp-content/plugins/gtranslate/gtranslate-style24.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='tribe-accessibility-css-css' href='https://cthe.us/wp-content/plugins/the-events-calendar/common/src/resources/css/accessibility.min.css?ver=4.12.12' type='text/css' media='all' />
<link rel='stylesheet' id='tribe-events-full-calendar-style-css' href='https://cthe.us/wp-content/plugins/the-events-calendar/src/resources/css/tribe-events-full.min.css?ver=5.2.1' type='text/css' media='all' />
<link rel='stylesheet' id='tribe-events-custom-jquery-styles-css' href='https://cthe.us/wp-content/plugins/the-events-calendar/vendor/jquery/smoothness/jquery-ui-1.8.23.custom.css?ver=5.2.1' type='text/css' media='all' />
<link rel='stylesheet' id='tribe-events-bootstrap-datepicker-css-css' href='https://cthe.us/wp-content/plugins/the-events-calendar/vendor/bootstrap-datepicker/css/bootstrap-datepicker.standalone.min.css?ver=5.2.1' type='text/css' media='all' />
<link rel='stylesheet' id='tribe-events-calendar-style-css' href='https://cthe.us/wp-content/plugins/the-events-calendar/src/resources/css/tribe-events-theme.min.css?ver=5.2.1' type='text/css' media='all' />
<link rel='stylesheet' id='tribe-events-calendar-full-mobile-style-css' href='https://cthe.us/wp-content/plugins/the-events-calendar/src/resources/css/tribe-events-full-mobile.min.css?ver=5.2.1' type='text/css' media='only screen and (max-width: 768px)' />
<link rel='stylesheet' id='tribe-events-calendar-mobile-style-css' href='https://cthe.us/wp-content/plugins/the-events-calendar/src/resources/css/tribe-events-theme-mobile.min.css?ver=5.2.1' type='text/css' media='only screen and (max-width: 768px)' />
<link rel='stylesheet' id='tribe-common-skeleton-style-css' href='https://cthe.us/wp-content/plugins/the-events-calendar/common/src/resources/css/common-skeleton.min.css?ver=4.12.12' type='text/css' media='all' />
<link rel='stylesheet' id='tribe-tooltip-css' href='https://cthe.us/wp-content/plugins/the-events-calendar/common/src/resources/css/tooltip.min.css?ver=4.12.12' type='text/css' media='all' />
<link rel='stylesheet' id='wp-block-library-css' href='https://cthe.us/wp-includes/css/dist/block-library/style.min.css?ver=6.5.5' type='text/css' media='all' />
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='2code-base-style-css' href='https://cthe.us/wp-content/plugins/2code-event-schedule/assets/css/basestyle.min.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='2code-slider-style-css' href='https://cthe.us/wp-content/plugins/2code-event-schedule/assets/plugins/slick/slick.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='2code-magnific-popup-style-css' href='https://cthe.us/wp-content/plugins/2code-event-schedule/assets/plugins/magnific-popup/dist/magnific-popup.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='2code-schedule-style-css' href='https://cthe.us/wp-content/plugins/2code-event-schedule/assets/css/style.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='2code-schedule-icons-css' href='https://cthe.us/wp-content/plugins/2code-event-schedule/assets/css/social-icons.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='2code-schedule-custom-style-css' href='https://cthe.us/wp-content/plugins/2code-event-schedule/assets/css/cstyle.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='contact-form-7-css' href='https://cthe.us/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=5.9.6' type='text/css' media='all' />
<link rel='stylesheet' id='csbwf_sidebar_style-css' href='https://cthe.us/wp-content/plugins/custom-share-buttons-with-floating-sidebar/css/csbwfs.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='rs-plugin-settings-css' href='https://cthe.us/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.4.7.2' type='text/css' media='all' />
<style id='rs-plugin-settings-inline-css' type='text/css'>
#rs-demo-id {}
</style>
<link rel='stylesheet' id='tribe-events-full-pro-calendar-style-css' href='https://cthe.us/wp-content/plugins/events-calendar-pro/src/resources/css/tribe-events-pro-full.min.css?ver=4.4.26' type='text/css' media='all' />
<link rel='stylesheet' id='tribe-events-calendar-pro-style-css' href='https://cthe.us/wp-content/plugins/events-calendar-pro/src/resources/css/tribe-events-pro-theme.min.css?ver=4.4.26' type='text/css' media='all' />
<link rel='stylesheet' id='tribe-events-calendar-full-pro-mobile-style-css' href='https://cthe.us/wp-content/plugins/events-calendar-pro/src/resources/css/tribe-events-pro-full-mobile.min.css?ver=4.4.26' type='text/css' media='only screen and (max-width: 768px)' />
<link rel='stylesheet' id='tribe-events-calendar-pro-mobile-style-css' href='https://cthe.us/wp-content/plugins/events-calendar-pro/src/resources/css/tribe-events-pro-theme-mobile.min.css?ver=4.4.26' type='text/css' media='only screen and (max-width: 768px)' />
<link rel='stylesheet' id='wp-pagenavi-css' href='https://cthe.us/wp-content/plugins/wp-pagenavi/pagenavi-css.css?ver=2.70' type='text/css' media='all' />
<link rel='stylesheet' id='cthe-bootstrap-css' href='https://cthe.us/wp-content/themes/cthe-public/css/bootstrap.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='cthe-font-awesome-css' href='https://cthe.us/wp-content/themes/cthe-public/css/font-awesome.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='cthe-carousel-css' href='https://cthe.us/wp-content/themes/cthe-public/css/owl.carousel.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='cthe-style-css' href='https://cthe.us/wp-content/themes/cthe-public/style.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='selcect-nice-custom-css' href='https://cthe.us/wp-content/themes/cthe-public/css/nice-select.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='cthe-custom-css' href='https://cthe.us/wp-content/themes/cthe-public/css/custom.css?ver=1.4.10' type='text/css' media='all' />
<link rel='stylesheet' id='nisarggooglefonts-css' href='//fonts.googleapis.com/css?family=Lato:400,300italic,700|Source+Sans+Pro:400,400italic' type='text/css' media='all' />
<link rel='stylesheet' id='wpdreams-asl-basic-css' href='//cthe.us/wp-content/plugins/ajax-search-lite/css/style.basic.css?ver=4.7.15' type='text/css' media='all' />
<link rel='stylesheet' id='wpdreams-ajaxsearchlite-css' href='//cthe.us/wp-content/plugins/ajax-search-lite/css/style-simple-blue.css?ver=4.7.15' type='text/css' media='all' />
<link rel='stylesheet' id='tribe-select2-css-css' href='https://cthe.us/wp-content/plugins/the-events-calendar/common/vendor/tribe-selectWoo/dist/css/selectWoo.min.css?ver=4.12.12' type='text/css' media='all' />
<link rel='stylesheet' id='tribe-dependency-style-css' href='https://cthe.us/wp-content/plugins/the-events-calendar/common/src/resources/css/dependency.min.css?ver=4.12.12' type='text/css' media='all' />
<link rel='stylesheet' id='tribe-bumpdown-css-css' href='https://cthe.us/wp-content/plugins/the-events-calendar/common/src/resources/css/bumpdown.min.css?ver=4.12.12' type='text/css' media='all' />
<link rel='stylesheet' id='tribe-buttonset-style-css' href='https://cthe.us/wp-content/plugins/the-events-calendar/common/src/resources/css/buttonset.min.css?ver=4.12.12' type='text/css' media='all' />
<link rel='stylesheet' id='tribe-common-admin-css' href='https://cthe.us/wp-content/plugins/the-events-calendar/common/src/resources/css/tribe-common-admin.min.css?ver=4.12.12' type='text/css' media='all' />
<link rel='stylesheet' id='dashicons-css' href='https://cthe.us/wp-includes/css/dashicons.min.css?ver=6.5.5' type='text/css' media='all' />
<link rel='stylesheet' id='Tribe__Events__Filterbar__View-css-css' href='https://cthe.us/wp-content/plugins/the-events-calendar-filterbar/src/resources/css/filter-view.min.css?ver=4.5' type='text/css' media='all' />
<script type="text/javascript" src="https://cthe.us/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" id="jquery-core-js-after">
/* <![CDATA[ */

	  var windWidth=jQuery( window ).width();
	  //alert(windWidth);
	  var animateWidth;
	  var defaultAnimateWidth;	jQuery(document).ready(function() { 
	animateWidth="55";
    defaultAnimateWidth= animateWidth-10;
	animateHeight="49";
	defaultAnimateHeight= animateHeight-2;jQuery("div.csbwfsbtns a").hover(function(){
  jQuery(this).animate({width:animateWidth});
  },function(){
    jQuery(this).stop( true, true ).animate({width:defaultAnimateWidth});
  });jQuery("div.csbwfs-show").hide();
  jQuery("div.csbwfs-show a").click(function(){
    jQuery("div#csbwfs-social-inner").show(500);
     jQuery("div.csbwfs-show").hide(500);
    jQuery("div.csbwfs-hide").show(500);
    csbwfsSetCookie("csbwfs_show_hide_status","active","1");
  });
  
  jQuery("div.csbwfs-hide a").click(function(){
     jQuery("div.csbwfs-show").show(500);
      jQuery("div.csbwfs-hide").hide(500);
     jQuery("div#csbwfs-social-inner").hide(500);
     csbwfsSetCookie("csbwfs_show_hide_status","in_active","1");
  });var button_status=csbwfsGetCookie("csbwfs_show_hide_status");
    if (button_status =="in_active") {
      jQuery("div.csbwfs-show").show();
      jQuery("div.csbwfs-hide").hide();
     jQuery("div#csbwfs-social-inner").hide();
    } else {
      jQuery("div#csbwfs-social-inner").show();
     jQuery("div.csbwfs-show").hide();
    jQuery("div.csbwfs-hide").show();
    }});
 csbwfsCheckCookie();function csbwfsSetCookie(cname,cvalue,exdays) {
    var d = new Date();
    d.setTime(d.getTime() + (exdays*24*60*60*1000));
    var expires = "expires=" + d.toGMTString();
    document.cookie = cname+"="+cvalue+"; "+expires;
}

function csbwfsGetCookie(cname) {
    var name = cname + "=";
    var ca = document.cookie.split(';');
    for(var i=0; i<ca.length; i++) {
        var c = ca[i];
        while (c.charAt(0)==' ') c = c.substring(1);
        if (c.indexOf(name) != -1) {
            return c.substring(name.length, c.length);
        }
    }
    return "";
}

function csbwfsCheckCookie() {
	var hideshowhide = ""
    var button_status=csbwfsGetCookie("csbwfs_show_hide_status");
    if (button_status != "") {
        
    } else {
        csbwfsSetCookie("csbwfs_show_hide_status", "active",1);
    }
    if(hideshowhide=="yes")
    {
    csbwfsSetCookie("csbwfs_show_hide_status", "active",0);
    }
}
/* ]]> */
</script>
<script type="text/javascript" src="https://cthe.us/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script type="text/javascript" src="https://cthe.us/wp-content/plugins/the-events-calendar/vendor/php-date-formatter/js/php-date-formatter.min.js?ver=5.2.1" id="tribe-events-php-date-formatter-js"></script>
<script type="text/javascript" src="https://cthe.us/wp-content/plugins/the-events-calendar/common/vendor/momentjs/moment.min.js?ver=4.12.12" id="tribe-moment-js"></script>
<script type="text/javascript" id="tribe-events-dynamic-js-extra">
/* <![CDATA[ */
var tribe_dynamic_help_text = {"date_with_year":"F j, Y","date_no_year":"F j","datepicker_format":"n\/j\/Y","datepicker_format_index":"1","days":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"daysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"msgs":"[\"This event is from %%starttime%% to %%endtime%% on %%startdatewithyear%%.\",\"This event is at %%starttime%% on %%startdatewithyear%%.\",\"This event is all day on %%startdatewithyear%%.\",\"This event starts at %%starttime%% on %%startdatenoyear%% and ends at %%endtime%% on %%enddatewithyear%%\",\"This event starts at %%starttime%% on %%startdatenoyear%% and ends on %%enddatewithyear%%\",\"This event is all day starting on %%startdatenoyear%% and ending on %%enddatewithyear%%.\"]"};
/* ]]> */
</script>
<script type="text/javascript" src="https://cthe.us/wp-content/plugins/the-events-calendar/src/resources/js/events-dynamic.min.js?ver=5.2.1" id="tribe-events-dynamic-js"></script>
<script type="text/javascript" src="https://cthe.us/wp-content/plugins/the-events-calendar/vendor/bootstrap-datepicker/js/bootstrap-datepicker.min.js?ver=5.2.1" id="tribe-events-bootstrap-datepicker-js"></script>
<script type="text/javascript" src="https://cthe.us/wp-content/plugins/the-events-calendar/vendor/jquery-resize/jquery.ba-resize.min.js?ver=5.2.1" id="tribe-events-jquery-resize-js"></script>
<script type="text/javascript" src="https://cthe.us/wp-content/plugins/the-events-calendar/vendor/jquery-placeholder/jquery.placeholder.min.js?ver=5.2.1" id="jquery-placeholder-js"></script>
<script type="text/javascript" id="tribe-events-calendar-script-js-extra">
/* <![CDATA[ */
var tribe_js_config = {"permalink_settings":"\/blog\/%postname%\/","events_post_type":"tribe_events","events_base":"https:\/\/cthe.us\/events\/","update_urls":{"shortcode":{"list":true,"month":true,"day":true}},"debug":""};
var tribe_js_config = {"permalink_settings":"\/blog\/%postname%\/","events_post_type":"tribe_events","events_base":"https:\/\/cthe.us\/events\/"};
/* ]]> */
</script>
<script type="text/javascript" src="https://cthe.us/wp-content/plugins/the-events-calendar/src/resources/js/tribe-events.min.js?ver=5.2.1" id="tribe-events-calendar-script-js"></script>
<script type="text/javascript" src="https://cthe.us/wp-content/plugins/the-events-calendar/src/resources/js/tribe-events-bar.min.js?ver=5.2.1" id="tribe-events-bar-js"></script>
<script type="text/javascript" id="tribe-events-pro-js-extra">
/* <![CDATA[ */
var TribeEventsPro = {"geocenter":{"max_lat":40.791885,"max_lng":-73.952581,"min_lat":40.759813,"min_lng":-73.97102},"map_tooltip_event":"Event: ","map_tooltip_address":"Address: "};
/* ]]> */
</script>
<script type="text/javascript" src="https://cthe.us/wp-content/plugins/events-calendar-pro/src/resources/js/tribe-events-pro.min.js?ver=4.4.26" id="tribe-events-pro-js"></script>
<script type="text/javascript" src="https://cthe.us/wp-content/plugins/2code-event-schedule/assets/plugins/moment/moment-with-locales.min.js" id="2code-schedule-moment-js"></script>
<script type="text/javascript" src="https://cthe.us/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js?ver=5.4.7.2" id="tp-tools-js"></script>
<script type="text/javascript" src="https://cthe.us/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js?ver=5.4.7.2" id="revmin-js"></script>
<script src='https://cthe.us/wp-content/plugins/the-events-calendar/common/src/resources/js/underscore-before.js'></script>
<script type="text/javascript" src="https://cthe.us/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js"></script>
<script src='https://cthe.us/wp-content/plugins/the-events-calendar/common/src/resources/js/underscore-after.js'></script>
<script type="text/javascript" src="https://cthe.us/wp-content/plugins/the-events-calendar/common/vendor/tribe-selectWoo/dist/js/selectWoo.full.min.js?ver=4.12.12" id="tribe-select2-js"></script>
<script type="text/javascript" src="https://cthe.us/wp-content/plugins/the-events-calendar/common/src/resources/js/tribe-common.min.js?ver=4.12.12" id="tribe-common-js"></script>
<script type="text/javascript" src="https://cthe.us/wp-content/plugins/the-events-calendar/common/src/resources/js/dropdowns.min.js?ver=4.12.12" id="tribe-dropdowns-js"></script>
<script type="text/javascript" id="Tribe__Events__Filterbar__View-scripts-js-extra">
/* <![CDATA[ */
var tribe_filter = {"reverse_position":"","currency_symbol":"","featured_active_filter":"Active"};
/* ]]> */
</script>
<script type="text/javascript" src="https://cthe.us/wp-content/plugins/the-events-calendar-filterbar/src/resources/js/filter-scripts.min.js?ver=4.5" id="Tribe__Events__Filterbar__View-scripts-js"></script>
<link rel="https://api.w.org/" href="https://cthe.us/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://cthe.us/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.5.5" />
<link rel="canonical" href="https://cthe.us/event/symposium-for-cbos-how-we-can-upscale-hospitals-investment-in-community-building/" />
<link rel='shortlink' href='https://cthe.us/?p=3948' />
<link rel="alternate" type="application/json+oembed" href="https://cthe.us/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcthe.us%2Fevent%2Fsymposium-for-cbos-how-we-can-upscale-hospitals-investment-in-community-building%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://cthe.us/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcthe.us%2Fevent%2Fsymposium-for-cbos-how-we-can-upscale-hospitals-investment-in-community-building%2F&#038;format=xml" />
            <style type="text/css">
                .widget_display_latest_tweets ul {
                    margin: 0;
                    padding: 0;
                    list-style-type: none;
                }

                .widget_display_latest_tweets ul li {
                    border-top: 1px solid rgba(0, 0, 0, 0.1);
                    padding: 1em 0;
                }

                .widget_display_latest_tweets ul li:first-child {
                    border-top: 0 none;
                    padding-top: 0;
                }

                .widget_display_latest_tweets ul li a {
                    display: inline;
                }

                .widget_display_latest_tweets span {
                    display: block;
                    margin-top: 0.5em;
                }
            </style>
			<meta name="tec-api-version" content="v1"><meta name="tec-api-origin" content="https://cthe.us"><link rel="https://theeventscalendar.com/" href="https://cthe.us/wp-json/tribe/events/v1/events/3948" />
<style type="text/css">
        .site-header { background: ; }
</style>

                <link href='//fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
                <error>
    <code>internal_server_error</code>
    <title><![CDATA[WordPress &amp;rsaquo; Error]]></title>
    <message><![CDATA[&lt;p&gt;There has been a critical error on this website.&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://wordpress.org/documentation/article/faq-troubleshooting/&quot;&gt;Learn more about troubleshooting WordPress.&lt;/a&gt;&lt;/p&gt;]]></message>
    <data>
        <status>500</status>
    </data>
</error>
